Html Css Color HEX #764A1B Raw Umber

📋 copy color: '#764A1B'

red 118 ◦ green 74 ◦ blue 27

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

Shades of Raw Umber #764A1B

Tints of Raw Umber #764A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.79%

 BLUE value IS 27 (10.94% from 255) = 12.33%

R = 53.88%
G = 33.79%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#764A1B (or 0x764A1B) is known color: Raw Umber. HEX triplet: 76, 4A and 1B. RGB value is (118,74,27). Sum of RGB (Red+Green+Blue) = 118+74+27=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #764A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A1B is #89B5E4. Grayscale: #525252. Windows color (decimal): -9024997 or 1788534. OLE color: 1788534.

HSL color Cylindrical-coordinate representation of color #764A1B: hue angle of 30.99º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #764A1B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 74 27 -
CMYK 0 0.37 0.77 0.54
HSL 30.99º 0.63% 0.28% -
HSV(B) 30.99º 0.77% 0.46% -
XYZ 10.12 8.83 2.21 -
YUV 81.8 97.08 153.82 -
System Red Green Blue C M Y K H S L
Decimal 118 74 27 0 0.37 0.77 0.54 30.99 0.63 0.28
Hex 76 4A 1B 0 25 4D 36 1F 3F 1C
Octal 166 112 33 0 45 115 66 37 77 34
Binary 1110110 1001010 11011 0 100101 1001101 110110 11111 111111 11100

Color Harmonies of #764A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A1B

Black with #764A1B

Text Example


Text Example

White with #764A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,27); }

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

background-color css

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

 a { background-color: rgb(118,74,27); }

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

border-color css

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

 span { border-color: rgb(118,74,27); }

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