Html Css Color HEX #765A0D Raw Umber

📋 copy color: '#765A0D'

red 118 ◦ green 90 ◦ blue 13

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

Shades of Raw Umber #765A0D

Tints of Raw Umber #765A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.72%

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 53.39%
G = 40.72%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#765A0D (or 0x765A0D) is known color: Raw Umber. HEX triplet: 76, 5A and 0D. RGB value is (118,90,13). Sum of RGB (Red+Green+Blue) = 118+90+13=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #765A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765A0D is #89A5F2. Grayscale: #595959. Windows color (decimal): -9020915 or 875126. OLE color: 875126.

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

Color convert

RGB 118 90 13 -
CMYK 0 0.24 0.89 0.54
HSL 44º 0.8% 0.26% -
HSV(B) 44º 0.89% 0.46% -
XYZ 11.2 11.19 1.95 -
YUV 89.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 118 90 13 0 0.24 0.89 0.54 44 0.8 0.26
Hex 76 5A D 0 18 59 36 2C 50 1A
Octal 166 132 15 0 30 131 66 54 120 32
Binary 1110110 1011010 1101 0 11000 1011001 110110 101100 1010000 11010

Color Harmonies of #765A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A0D

Black with #765A0D

Text Example


Text Example

White with #765A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,90,13); }

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

background-color css

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

 a { background-color: rgb(118,90,13); }

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

border-color css

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

 span { border-color: rgb(118,90,13); }

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