Html Css Color HEX #C7762A Ochre

📋 copy color: '#C7762A'

red 199 ◦ green 118 ◦ blue 42

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

Shades of Ochre #C7762A

Tints of Ochre #C7762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 55.43%
G = 32.87%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7762A (or 0xC7762A) is known color: Ochre. HEX triplet: C7, 76 and 2A. RGB value is (199,118,42). Sum of RGB (Red+Green+Blue) = 199+118+42=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7762A is #3889D5. Grayscale: #858585. Windows color (decimal): -3705302 or 2782919. OLE color: 2782919.

HSL color Cylindrical-coordinate representation of color #C7762A: hue angle of 29.04º 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 #C7762A is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 118 42 -
CMYK 0 0.41 0.79 0.22
HSL 29.04º 0.65% 0.47% -
HSV(B) 29.04º 0.79% 0.78% -
XYZ 30.45 25.27 5.46 -
YUV 133.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 199 118 42 0 0.41 0.79 0.22 29.04 0.65 0.47
Hex C7 76 2A 0 29 4F 16 1D 41 2F
Octal 307 166 52 0 51 117 26 35 101 57
Binary 11000111 1110110 101010 0 101001 1001111 10110 11101 1000001 101111

Color Harmonies of #C7762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7762A

Black with #C7762A

Text Example


Text Example

White with #C7762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7762A; }

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

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

background-color css

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

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

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

border-color css

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

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

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