#C7771A

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

Shades of Ochre #C7771A

Tints of Ochre #C7771A

Color information

#C7771A (or 0xC7771A) is unknown color: approx Ochre. HEX triplet: C7, 77 and 1A. RGB value is (199,119,26). Sum of RGB (Red+Green+Blue) = 199+119+26=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7771A is #3888E5. Grayscale: #848484. Windows color (decimal): -3705062 or 1734599. OLE color: 1734599.

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

Color convert

RGB19911926-
CMYK00.400.870.22
HSL32.25º76.89%44.12%-
HSV(B)32.25º86.93%78.04%-
XYZ30.3425.414.28-
YUV132.3268175.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.85%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 26 (10.55% from 255) = 7.56%
R=57.85%
G=34.59%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991192600.400.870.2232.2576.8944.12
HexC7771A0285716204d2c
Octal30716732050127264011554
Binary1100011111101111101001010001010111101101000001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7771A; }

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

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

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

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

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

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

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

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