Html Css Color HEX #765105 Raw Umber

📋 copy color: '#765105'

red 118 ◦ green 81 ◦ blue 5

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

Shades of Raw Umber #765105

Tints of Raw Umber #765105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 57.84%
G = 39.71%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#765105 (or 0x765105) is known color: Raw Umber. HEX triplet: 76, 51 and 05. RGB value is (118,81,5). Sum of RGB (Red+Green+Blue) = 118+81+5=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #765105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765105 is #89AEFA. Grayscale: #535353. Windows color (decimal): -9023227 or 348534. OLE color: 348534.

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

Color convert

RGB 118 81 5 -
CMYK 0 0.31 0.96 0.54
HSL 40.35º 0.92% 0.24% -
HSV(B) 40.35º 0.96% 0.46% -
XYZ 10.44 9.75 1.47 -
YUV 83.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 118 81 5 0 0.31 0.96 0.54 40.35 0.92 0.24
Hex 76 51 5 0 1F 60 36 28 5C 18
Octal 166 121 5 0 37 140 66 50 134 30
Binary 1110110 1010001 101 0 11111 1100000 110110 101000 1011100 11000

Color Harmonies of #765105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765105

Black with #765105

Text Example


Text Example

White with #765105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765105; }

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

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

background-color css

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

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

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

border-color css

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

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

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