Html Css Color HEX #C7781B Ochre

📋 copy color: '#C7781B'

red 199 ◦ green 120 ◦ blue 27

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

Shades of Ochre #C7781B

Tints of Ochre #C7781B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 57.51%
G = 34.68%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7781B (or 0xC7781B) is known color: Ochre. HEX triplet: C7, 78 and 1B. RGB value is (199,120,27). Sum of RGB (Red+Green+Blue) = 199+120+27=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7781B is #3887E4. Grayscale: #858585. Windows color (decimal): -3704805 or 1800391. OLE color: 1800391.

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

Color convert

RGB 199 120 27 -
CMYK 0 0.40 0.86 0.22
HSL 32.44º 0.76% 0.44% -
HSV(B) 32.44º 0.86% 0.78% -
XYZ 30.47 25.65 4.38 -
YUV 133.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 199 120 27 0 0.40 0.86 0.22 32.44 0.76 0.44
Hex C7 78 1B 0 28 56 16 20 4C 2C
Octal 307 170 33 0 50 126 26 40 114 54
Binary 11000111 1111000 11011 0 101000 1010110 10110 100000 1001100 101100

Color Harmonies of #C7781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7781B

Black with #C7781B

Text Example


Text Example

White with #C7781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7781B; }

 p { color: rgb(199,120,27); }

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

background-color css

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

 a { background-color: rgb(199,120,27); }

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

border-color css

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

 span { border-color: rgb(199,120,27); }

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