Html Css Color HEX #C77A2A Ochre

📋 copy color: '#C77A2A'

red 199 ◦ green 122 ◦ blue 42

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

Shades of Ochre #C77A2A

Tints of Ochre #C77A2A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 54.82%
G = 33.61%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C77A2A (or 0xC77A2A) is known color: Ochre. HEX triplet: C7, 7A and 2A. RGB value is (199,122,42). Sum of RGB (Red+Green+Blue) = 199+122+42=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A2A is #3885D5. Grayscale: #888888. Windows color (decimal): -3704278 or 2783943. OLE color: 2783943.

HSL color Cylindrical-coordinate representation of color #C77A2A: hue angle of 30.57º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C77A2A is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 122 42 -
CMYK 0 0.39 0.79 0.22
HSL 30.57º 0.65% 0.47% -
HSV(B) 30.57º 0.79% 0.78% -
XYZ 30.93 26.23 5.62 -
YUV 135.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 199 122 42 0 0.39 0.79 0.22 30.57 0.65 0.47
Hex C7 7A 2A 0 27 4F 16 1F 41 2F
Octal 307 172 52 0 47 117 26 37 101 57
Binary 11000111 1111010 101010 0 100111 1001111 10110 11111 1000001 101111

Color Harmonies of #C77A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77A2A

Black with #C77A2A

Text Example


Text Example

White with #C77A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77A2A; }

 p { color: rgb(199,122,42); }

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

background-color css

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

 a { background-color: rgb(199,122,42); }

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

border-color css

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

 span { border-color: rgb(199,122,42); }

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