Html Css Color HEX #765110 Raw Umber

📋 copy color: '#765110'

red 118 ◦ green 81 ◦ blue 16

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

Shades of Raw Umber #765110

Tints of Raw Umber #765110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.67%

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 54.88%
G = 37.67%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#765110 (or 0x765110) is known color: Raw Umber. HEX triplet: 76, 51 and 10. RGB value is (118,81,16). Sum of RGB (Red+Green+Blue) = 118+81+16=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #765110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765110 is #89AEEF. Grayscale: #545454. Windows color (decimal): -9023216 or 1069430. OLE color: 1069430.

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

Color convert

RGB 118 81 16 -
CMYK 0 0.31 0.86 0.54
HSL 38.24º 0.76% 0.26% -
HSV(B) 38.24º 0.86% 0.46% -
XYZ 10.51 9.77 1.82 -
YUV 84.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 118 81 16 0 0.31 0.86 0.54 38.24 0.76 0.26
Hex 76 51 10 0 1F 56 36 26 4C 1A
Octal 166 121 20 0 37 126 66 46 114 32
Binary 1110110 1010001 10000 0 11111 1010110 110110 100110 1001100 11010

Color Harmonies of #765110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765110

Black with #765110

Text Example


Text Example

White with #765110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765110; }

 p { color: rgb(118,81,16); }

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

background-color css

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

 a { background-color: rgb(118,81,16); }

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

border-color css

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

 span { border-color: rgb(118,81,16); }

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