#C7772A

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

Shades of Ochre #C7772A

Tints of Ochre #C7772A

Color information

#C7772A (or 0xC7772A) is unknown color: approx Ochre. HEX triplet: C7, 77 and 2A. RGB value is (199,119,42). Sum of RGB (Red+Green+Blue) = 199+119+42=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7772A is #3888D5. Grayscale: #868686. Windows color (decimal): -3705046 or 2783175. OLE color: 2783175.

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

Color convert

RGB19911942-
CMYK00.400.790.22
HSL29.43º65.15%47.25%-
HSV(B)29.43º78.89%78.04%-
XYZ30.5725.55.5-
YUV134.1476174.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.28%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=55.28%
G=33.06%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991194200.400.790.2229.4365.1547.25
HexC7772A0284F161d412f
Octal30716752050117263510157
Binary1100011111101111010100101000100111110110111011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7772A; }

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

 H1.HeaderClassName
 {
   color: #C7772A;
 }
 .AnyTagClassName
 {
   color: #C7772A;
 }
</style>
background-color css

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

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

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

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

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

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