Html Css Color HEX #C7782A Ochre

📋 copy color: '#C7782A'

red 199 ◦ green 120 ◦ blue 42

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

Shades of Ochre #C7782A

Tints of Ochre #C7782A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 55.12%
G = 33.24%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7782A (or 0xC7782A) is known color: Ochre. HEX triplet: C7, 78 and 2A. RGB value is (199,120,42). Sum of RGB (Red+Green+Blue) = 199+120+42=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7782A is #3887D5. Grayscale: #878787. Windows color (decimal): -3704790 or 2783431. OLE color: 2783431.

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

Color convert

RGB 199 120 42 -
CMYK 0 0.40 0.79 0.22
HSL 29.81º 0.65% 0.47% -
HSV(B) 29.81º 0.79% 0.78% -
XYZ 30.69 25.74 5.54 -
YUV 134.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 199 120 42 0 0.40 0.79 0.22 29.81 0.65 0.47
Hex C7 78 2A 0 28 4F 16 1E 41 2F
Octal 307 170 52 0 50 117 26 36 101 57
Binary 11000111 1111000 101010 0 101000 1001111 10110 11110 1000001 101111

Color Harmonies of #C7782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7782A

Black with #C7782A

Text Example


Text Example

White with #C7782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7782A; }

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

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

background-color css

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

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

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

border-color css

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

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

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