Html Css Color HEX #765B05 Raw Umber

📋 copy color: '#765B05'

red 118 ◦ green 91 ◦ blue 5

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

Shades of Raw Umber #765B05

Tints of Raw Umber #765B05

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.52%

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

R = 55.14%
G = 42.52%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#765B05 (or 0x765B05) is known color: Raw Umber. HEX triplet: 76, 5B and 05. RGB value is (118,91,5). Sum of RGB (Red+Green+Blue) = 118+91+5=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #765B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765B05 is #89A4FA. Grayscale: #595959. Windows color (decimal): -9020667 or 351094. OLE color: 351094.

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

Color convert

RGB 118 91 5 -
CMYK 0 0.23 0.96 0.54
HSL 45.66º 0.92% 0.24% -
HSV(B) 45.66º 0.96% 0.46% -
XYZ 11.24 11.34 1.74 -
YUV 89.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 118 91 5 0 0.23 0.96 0.54 45.66 0.92 0.24
Hex 76 5B 5 0 17 60 36 2E 5C 18
Octal 166 133 5 0 27 140 66 56 134 30
Binary 1110110 1011011 101 0 10111 1100000 110110 101110 1011100 11000

Color Harmonies of #765B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B05

Black with #765B05

Text Example


Text Example

White with #765B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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