Html Css Color HEX #765D05 Raw Umber

📋 copy color: '#765D05'

red 118 ◦ green 93 ◦ blue 5

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

Shades of Raw Umber #765D05

Tints of Raw Umber #765D05

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.06%

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

R = 54.63%
G = 43.06%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#765D05 (or 0x765D05) is known color: Raw Umber. HEX triplet: 76, 5D and 05. RGB value is (118,93,5). Sum of RGB (Red+Green+Blue) = 118+93+5=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #765D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D05 is #89A2FA. Grayscale: #5A5A5A. Windows color (decimal): -9020155 or 351606. OLE color: 351606.

HSL color Cylindrical-coordinate representation of color #765D05: hue angle of 46.73º 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 #765D05 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 5 -
CMYK 0 0.21 0.96 0.54
HSL 46.73º 0.92% 0.24% -
HSV(B) 46.73º 0.96% 0.46% -
XYZ 11.41 11.69 1.8 -
YUV 90.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 118 93 5 0 0.21 0.96 0.54 46.73 0.92 0.24
Hex 76 5D 5 0 15 60 36 2F 5C 18
Octal 166 135 5 0 25 140 66 57 134 30
Binary 1110110 1011101 101 0 10101 1100000 110110 101111 1011100 11000

Color Harmonies of #765D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D05

Black with #765D05

Text Example


Text Example

White with #765D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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