Html Css Color HEX #764B1A Raw Umber

📋 copy color: '#764B1A'

red 118 ◦ green 75 ◦ blue 26

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

Shades of Raw Umber #764B1A

Tints of Raw Umber #764B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.25%

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

R = 53.88%
G = 34.25%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#764B1A (or 0x764B1A) is known color: Raw Umber. HEX triplet: 76, 4B and 1A. RGB value is (118,75,26). Sum of RGB (Red+Green+Blue) = 118+75+26=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #764B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B1A is #89B4E5. Grayscale: #525252. Windows color (decimal): -9024742 or 1723254. OLE color: 1723254.

HSL color Cylindrical-coordinate representation of color #764B1A: hue angle of 31.96º 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 #764B1A is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 75 26 -
CMYK 0 0.36 0.78 0.54
HSL 31.96º 0.64% 0.28% -
HSV(B) 31.96º 0.78% 0.46% -
XYZ 10.17 8.96 2.17 -
YUV 82.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 118 75 26 0 0.36 0.78 0.54 31.96 0.64 0.28
Hex 76 4B 1A 0 24 4E 36 20 40 1C
Octal 166 113 32 0 44 116 66 40 100 34
Binary 1110110 1001011 11010 0 100100 1001110 110110 100000 1000000 11100

Color Harmonies of #764B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B1A

Black with #764B1A

Text Example


Text Example

White with #764B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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