Html Css Color HEX #CC771F Ochre

📋 copy color: '#CC771F'

red 204 ◦ green 119 ◦ blue 31

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

Shades of Ochre #CC771F

Tints of Ochre #CC771F

RGB

 RED value IS 204 (80.08% from 255) = 57.63%

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 57.63%
G = 33.62%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC771F (or 0xCC771F) is known color: Ochre. HEX triplet: CC, 77 and 1F. RGB value is (204,119,31). Sum of RGB (Red+Green+Blue) = 204+119+31=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC771F is #3388E0. Grayscale: #868686. Windows color (decimal): -3377377 or 2062284. OLE color: 2062284.

HSL color Cylindrical-coordinate representation of color #CC771F: hue angle of 30.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC771F is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 119 31 -
CMYK 0 0.42 0.85 0.2
HSL 30.52º 0.74% 0.46% -
HSV(B) 30.52º 0.85% 0.8% -
XYZ 31.75 26.13 4.67 -
YUV 134.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 204 119 31 0 0.42 0.85 0.2 30.52 0.74 0.46
Hex CC 77 1F 0 2A 55 14 1F 4A 2E
Octal 314 167 37 0 52 125 24 37 112 56
Binary 11001100 1110111 11111 0 101010 1010101 10100 11111 1001010 101110

Color Harmonies of #CC771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC771F

Black with #CC771F

Text Example


Text Example

White with #CC771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC771F; }

 p { color: rgb(204,119,31); }

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

background-color css

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

 a { background-color: rgb(204,119,31); }

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

border-color css

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

 span { border-color: rgb(204,119,31); }

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