Html Css Color HEX #C7781A Ochre

📋 copy color: '#C7781A'

red 199 ◦ green 120 ◦ blue 26

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

Shades of Ochre #C7781A

Tints of Ochre #C7781A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 57.68%
G = 34.78%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7781A (or 0xC7781A) is known color: Ochre. HEX triplet: C7, 78 and 1A. RGB value is (199,120,26). Sum of RGB (Red+Green+Blue) = 199+120+26=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7781A is #3887E5. Grayscale: #858585. Windows color (decimal): -3704806 or 1734855. OLE color: 1734855.

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

Color convert

RGB 199 120 26 -
CMYK 0 0.40 0.87 0.22
HSL 32.6º 0.77% 0.44% -
HSV(B) 32.6º 0.87% 0.78% -
XYZ 30.46 25.65 4.32 -
YUV 132.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 199 120 26 0 0.40 0.87 0.22 32.6 0.77 0.44
Hex C7 78 1A 0 28 57 16 21 4D 2C
Octal 307 170 32 0 50 127 26 41 115 54
Binary 11000111 1111000 11010 0 101000 1010111 10110 100001 1001101 101100

Color Harmonies of #C7781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7781A

Black with #C7781A

Text Example


Text Example

White with #C7781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7781A; }

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

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

background-color css

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

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

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

border-color css

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

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

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