Html Css Color HEX #C7790F Ochre

📋 copy color: '#C7790F'

red 199 ◦ green 121 ◦ blue 15

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

Shades of Ochre #C7790F

Tints of Ochre #C7790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

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

R = 59.4%
G = 36.12%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7790F (or 0xC7790F) is known color: Ochre. HEX triplet: C7, 79 and 0F. RGB value is (199,121,15). Sum of RGB (Red+Green+Blue) = 199+121+15=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C7790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7790F is #3886F0. Grayscale: #848484. Windows color (decimal): -3704561 or 1014215. OLE color: 1014215.

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

Color convert

RGB 199 121 15 -
CMYK 0 0.39 0.92 0.22
HSL 34.57º 0.86% 0.42% -
HSV(B) 34.57º 0.92% 0.78% -
XYZ 30.48 25.85 3.84 -
YUV 132.24 61.84 175.62 -
System Red Green Blue C M Y K H S L
Decimal 199 121 15 0 0.39 0.92 0.22 34.57 0.86 0.42
Hex C7 79 F 0 27 5C 16 23 56 2A
Octal 307 171 17 0 47 134 26 43 126 52
Binary 11000111 1111001 1111 0 100111 1011100 10110 100011 1010110 101010

Color Harmonies of #C7790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7790F

Black with #C7790F

Text Example


Text Example

White with #C7790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7790F; }

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

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

background-color css

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

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

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

border-color css

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

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

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