Html Css Color HEX #765D04 Raw Umber

📋 copy color: '#765D04'

red 118 ◦ green 93 ◦ blue 4

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

Shades of Raw Umber #765D04

Tints of Raw Umber #765D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.86%

R = 54.88%
G = 43.26%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#765D04 (or 0x765D04) is known color: Raw Umber. HEX triplet: 76, 5D and 04. RGB value is (118,93,4). Sum of RGB (Red+Green+Blue) = 118+93+4=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #765D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D04 is #89A2FB. Grayscale: #5A5A5A. Windows color (decimal): -9020156 or 286070. OLE color: 286070.

HSL color Cylindrical-coordinate representation of color #765D04: hue angle of 46.84º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #765D04 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 4 -
CMYK 0 0.21 0.97 0.54
HSL 46.84º 0.93% 0.24% -
HSV(B) 46.84º 0.97% 0.46% -
XYZ 11.41 11.69 1.77 -
YUV 90.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 118 93 4 0 0.21 0.97 0.54 46.84 0.93 0.24
Hex 76 5D 4 0 15 61 36 2F 5D 18
Octal 166 135 4 0 25 141 66 57 135 30
Binary 1110110 1011101 100 0 10101 1100001 110110 101111 1011101 11000

Color Harmonies of #765D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D04

Black with #765D04

Text Example


Text Example

White with #765D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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