Html Css Color HEX #76501A Raw Umber

📋 copy color: '#76501A'

red 118 ◦ green 80 ◦ blue 26

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

Shades of Raw Umber #76501A

Tints of Raw Umber #76501A

RGB

 RED value IS 118 (46.48% from 255) = 52.68%

 GREEN value IS 80 (31.64% from 255) = 35.71%

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

R = 52.68%
G = 35.71%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76501A (or 0x76501A) is known color: Raw Umber. HEX triplet: 76, 50 and 1A. RGB value is (118,80,26). Sum of RGB (Red+Green+Blue) = 118+80+26=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #76501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76501A is #89AFE5. Grayscale: #555555. Windows color (decimal): -9023462 or 1724534. OLE color: 1724534.

HSL color Cylindrical-coordinate representation of color #76501A: hue angle of 35.22º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76501A is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 26 -
CMYK 0 0.32 0.78 0.54
HSL 35.22º 0.64% 0.28% -
HSV(B) 35.22º 0.78% 0.46% -
XYZ 10.53 9.66 2.29 -
YUV 85.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 118 80 26 0 0.32 0.78 0.54 35.22 0.64 0.28
Hex 76 50 1A 0 20 4E 36 23 40 1C
Octal 166 120 32 0 40 116 66 43 100 34
Binary 1110110 1010000 11010 0 100000 1001110 110110 100011 1000000 11100

Color Harmonies of #76501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76501A

Black with #76501A

Text Example


Text Example

White with #76501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76501A; }

 p { color: rgb(118,80,26); }

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

background-color css

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

 a { background-color: rgb(118,80,26); }

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

border-color css

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

 span { border-color: rgb(118,80,26); }

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