Html Css Color HEX #C77E1A Ochre

📋 copy color: '#C77E1A'

red 199 ◦ green 126 ◦ blue 26

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

Shades of Ochre #C77E1A

Tints of Ochre #C77E1A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 56.7%
G = 35.9%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C77E1A (or 0xC77E1A) is known color: Ochre. HEX triplet: C7, 7E and 1A. RGB value is (199,126,26). Sum of RGB (Red+Green+Blue) = 199+126+26=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77E1A is #3881E5. Grayscale: #888888. Windows color (decimal): -3703270 or 1736391. OLE color: 1736391.

HSL color Cylindrical-coordinate representation of color #C77E1A: hue angle of 34.68º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C77E1A is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 126 26 -
CMYK 0 0.37 0.87 0.22
HSL 34.68º 0.77% 0.44% -
HSV(B) 34.68º 0.87% 0.78% -
XYZ 31.2 27.14 4.57 -
YUV 136.43 65.68 172.63 -
System Red Green Blue C M Y K H S L
Decimal 199 126 26 0 0.37 0.87 0.22 34.68 0.77 0.44
Hex C7 7E 1A 0 25 57 16 23 4D 2C
Octal 307 176 32 0 45 127 26 43 115 54
Binary 11000111 1111110 11010 0 100101 1010111 10110 100011 1001101 101100

Color Harmonies of #C77E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E1A

Black with #C77E1A

Text Example


Text Example

White with #C77E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E1A; }

 p { color: rgb(199,126,26); }

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

background-color css

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

 a { background-color: rgb(199,126,26); }

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

border-color css

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

 span { border-color: rgb(199,126,26); }

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