Html Css Color HEX #C7760F Ochre

📋 copy color: '#C7760F'

red 199 ◦ green 118 ◦ blue 15

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

Shades of Ochre #C7760F

Tints of Ochre #C7760F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 59.94%
G = 35.54%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7760F (or 0xC7760F) is known color: Ochre. HEX triplet: C7, 76 and 0F. RGB value is (199,118,15). Sum of RGB (Red+Green+Blue) = 199+118+15=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7760F is #3889F0. Grayscale: #828282. Windows color (decimal): -3705329 or 1013447. OLE color: 1013447.

HSL color Cylindrical-coordinate representation of color #C7760F: hue angle of 33.59º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7760F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 118 15 -
CMYK 0 0.41 0.92 0.22
HSL 33.59º 0.86% 0.42% -
HSV(B) 33.59º 0.92% 0.78% -
XYZ 30.12 25.13 3.72 -
YUV 130.48 62.84 176.88 -
System Red Green Blue C M Y K H S L
Decimal 199 118 15 0 0.41 0.92 0.22 33.59 0.86 0.42
Hex C7 76 F 0 29 5C 16 22 56 2A
Octal 307 166 17 0 51 134 26 42 126 52
Binary 11000111 1110110 1111 0 101001 1011100 10110 100010 1010110 101010

Color Harmonies of #C7760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7760F

Black with #C7760F

Text Example


Text Example

White with #C7760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7760F; }

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

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

background-color css

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

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

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

border-color css

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

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

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