Html Css Color HEX #C7781C Ochre

📋 copy color: '#C7781C'

red 199 ◦ green 120 ◦ blue 28

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

Shades of Ochre #C7781C

Tints of Ochre #C7781C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 57.35%
G = 34.58%
B = 8.07%

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

#C7781C (or 0xC7781C) is known color: Ochre. HEX triplet: C7, 78 and 1C. RGB value is (199,120,28). Sum of RGB (Red+Green+Blue) = 199+120+28=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7781C is #3887E3. Grayscale: #858585. Windows color (decimal): -3704804 or 1865927. OLE color: 1865927.

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

Color convert

RGB 199 120 28 -
CMYK 0 0.40 0.86 0.22
HSL 32.28º 0.75% 0.45% -
HSV(B) 32.28º 0.86% 0.78% -
XYZ 30.48 25.66 4.44 -
YUV 133.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 199 120 28 0 0.40 0.86 0.22 32.28 0.75 0.45
Hex C7 78 1C 0 28 56 16 20 4B 2D
Octal 307 170 34 0 50 126 26 40 113 55
Binary 11000111 1111000 11100 0 101000 1010110 10110 100000 1001011 101101

Color Harmonies of #C7781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7781C

Black with #C7781C

Text Example


Text Example

White with #C7781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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