Html Css Color HEX #765214 Raw Umber

📋 copy color: '#765214'

red 118 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #765214

Tints of Raw Umber #765214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 53.64%
G = 37.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#765214 (or 0x765214) is known color: Raw Umber. HEX triplet: 76, 52 and 14. RGB value is (118,82,20). Sum of RGB (Red+Green+Blue) = 118+82+20=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #765214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765214 is #89ADEB. Grayscale: #555555. Windows color (decimal): -9022956 or 1331830. OLE color: 1331830.

HSL color Cylindrical-coordinate representation of color #765214: hue angle of 37.96º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #765214 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 20 -
CMYK 0 0.31 0.83 0.54
HSL 37.96º 0.71% 0.27% -
HSV(B) 37.96º 0.83% 0.46% -
XYZ 10.61 9.94 2.02 -
YUV 85.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 118 82 20 0 0.31 0.83 0.54 37.96 0.71 0.27
Hex 76 52 14 0 1F 53 36 26 47 1B
Octal 166 122 24 0 37 123 66 46 107 33
Binary 1110110 1010010 10100 0 11111 1010011 110110 100110 1000111 11011

Color Harmonies of #765214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765214

Black with #765214

Text Example


Text Example

White with #765214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765214; }

 p { color: rgb(118,82,20); }

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

background-color css

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

 a { background-color: rgb(118,82,20); }

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

border-color css

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

 span { border-color: rgb(118,82,20); }

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