#C7762A

Color #C7762A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C7762A

Tints of Ochre #C7762A

Color information

#C7762A (or 0xC7762A) is unknown color: approx 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

RGB19911842-
CMYK00.410.790.22
HSL29.04º65.15%47.25%-
HSV(B)29.04º78.89%78.04%-
XYZ30.4525.275.46-
YUV133.5676.34174.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.43%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 42 (16.80% from 255) = 11.70%
R=55.43%
G=32.87%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991184200.410.790.2229.0465.1547.25
HexC7762A0294F161d412f
Octal30716652051117263510157
Binary1100011111101101010100101001100111110110111011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>