Html Css Color HEX #765D07 Raw Umber

📋 copy color: '#765D07'

red 118 ◦ green 93 ◦ blue 7

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

Shades of Raw Umber #765D07

Tints of Raw Umber #765D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.21%

R = 54.13%
G = 42.66%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#765D07 (or 0x765D07) is known color: Raw Umber. HEX triplet: 76, 5D and 07. RGB value is (118,93,7). Sum of RGB (Red+Green+Blue) = 118+93+7=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #765D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D07 is #89A2F8. Grayscale: #5B5B5B. Windows color (decimal): -9020153 or 482678. OLE color: 482678.

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

Color convert

RGB 118 93 7 -
CMYK 0 0.21 0.94 0.54
HSL 46.49º 0.89% 0.25% -
HSV(B) 46.49º 0.94% 0.46% -
XYZ 11.42 11.7 1.86 -
YUV 90.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 118 93 7 0 0.21 0.94 0.54 46.49 0.89 0.25
Hex 76 5D 7 0 15 5E 36 2E 59 19
Octal 166 135 7 0 25 136 66 56 131 31
Binary 1110110 1011101 111 0 10101 1011110 110110 101110 1011001 11001

Color Harmonies of #765D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D07

Black with #765D07

Text Example


Text Example

White with #765D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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