Html Css Color HEX #C7770C Ochre

📋 copy color: '#C7770C'

red 199 ◦ green 119 ◦ blue 12

#C7770C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C7770C

Tints of Ochre #C7770C

RGB

 RED value IS 199 (78.13% from 255) = 60.3%

 GREEN value IS 119 (46.88% from 255) = 36.06%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 60.3%
G = 36.06%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C7770C (or 0xC7770C) is known color: Ochre. HEX triplet: C7, 77 and 0C. RGB value is (199,119,12). Sum of RGB (Red+Green+Blue) = 199+119+12=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7770C is #3888F3. Grayscale: #838383. Windows color (decimal): -3705076 or 817095. OLE color: 817095.

HSL color Cylindrical-coordinate representation of color #C7770C: hue angle of 34.33º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7770C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 119 12 -
CMYK 0 0.40 0.94 0.22
HSL 34.33º 0.89% 0.41% -
HSV(B) 34.33º 0.94% 0.78% -
XYZ 30.22 25.36 3.65 -
YUV 130.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 199 119 12 0 0.40 0.94 0.22 34.33 0.89 0.41
Hex C7 77 C 0 28 5E 16 22 59 29
Octal 307 167 14 0 50 136 26 42 131 51
Binary 11000111 1110111 1100 0 101000 1011110 10110 100010 1011001 101001

Color Harmonies of #C7770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7770C

Black with #C7770C

Text Example


Text Example

White with #C7770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7770C; }

 p { color: rgb(199,119,12); }

 H1.HeaderClassName
 {
   color: #C7770C;
 }
 .AnyTagClassName
 {
   color: #C7770C;
 }
</style>

background-color css

<style>
 a { background-color: #C7770C; }

 a { background-color: rgb(199,119,12); }

 div.DivClassName
 {
   background-color: #C7770C;
 }
 .BgClassName
 {
   background-color: #C7770C;
 }
</style>

border-color css

<style>
 span { border-color: #C7770C; }

 span { border-color: rgb(199,119,12); }

 td.TdClassName
 {
   border-color: #C7770C;
 }
 .TagClassName
 {
   border-color: #C7770C;
 }
</style>