Html Css Color HEX #764715 Raw Umber

📋 copy color: '#764715'

red 118 ◦ green 71 ◦ blue 21

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

Shades of Raw Umber #764715

Tints of Raw Umber #764715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 21 (8.59% from 255) = 10%

R = 56.19%
G = 33.81%
B = 10%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#764715 (or 0x764715) is known color: Raw Umber. HEX triplet: 76, 47 and 15. RGB value is (118,71,21). Sum of RGB (Red+Green+Blue) = 118+71+21=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #764715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764715 is #89B8EA. Grayscale: #4F4F4F. Windows color (decimal): -9025771 or 1394550. OLE color: 1394550.

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

Color convert

RGB 118 71 21 -
CMYK 0 0.40 0.82 0.54
HSL 30.93º 0.7% 0.27% -
HSV(B) 30.93º 0.82% 0.46% -
XYZ 9.86 8.41 1.81 -
YUV 79.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 118 71 21 0 0.40 0.82 0.54 30.93 0.7 0.27
Hex 76 47 15 0 28 52 36 1F 46 1B
Octal 166 107 25 0 50 122 66 37 106 33
Binary 1110110 1000111 10101 0 101000 1010010 110110 11111 1000110 11011

Color Harmonies of #764715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764715

Black with #764715

Text Example


Text Example

White with #764715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764715; }

 p { color: rgb(118,71,21); }

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

background-color css

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

 a { background-color: rgb(118,71,21); }

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

border-color css

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

 span { border-color: rgb(118,71,21); }

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