Html Css Color HEX #764D1B Raw Umber

📋 copy color: '#764D1B'

red 118 ◦ green 77 ◦ blue 27

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

Shades of Raw Umber #764D1B

Tints of Raw Umber #764D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.68%

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

R = 53.15%
G = 34.68%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#764D1B (or 0x764D1B) is known color: Raw Umber. HEX triplet: 76, 4D and 1B. RGB value is (118,77,27). Sum of RGB (Red+Green+Blue) = 118+77+27=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #764D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D1B is #89B2E4. Grayscale: #535353. Windows color (decimal): -9024229 or 1789302. OLE color: 1789302.

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

Color convert

RGB 118 77 27 -
CMYK 0 0.35 0.77 0.54
HSL 32.97º 0.63% 0.28% -
HSV(B) 32.97º 0.77% 0.46% -
XYZ 10.32 9.24 2.28 -
YUV 83.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 118 77 27 0 0.35 0.77 0.54 32.97 0.63 0.28
Hex 76 4D 1B 0 23 4D 36 21 3F 1C
Octal 166 115 33 0 43 115 66 41 77 34
Binary 1110110 1001101 11011 0 100011 1001101 110110 100001 111111 11100

Color Harmonies of #764D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D1B

Black with #764D1B

Text Example


Text Example

White with #764D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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