Html Css Color HEX #765E0A Raw Umber

📋 copy color: '#765E0A'

red 118 ◦ green 94 ◦ blue 10

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

Shades of Raw Umber #765E0A

Tints of Raw Umber #765E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.34%

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 53.15%
G = 42.34%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#765E0A (or 0x765E0A) is known color: Raw Umber. HEX triplet: 76, 5E and 0A. RGB value is (118,94,10). Sum of RGB (Red+Green+Blue) = 118+94+10=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #765E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E0A is #89A1F5. Grayscale: #5B5B5B. Windows color (decimal): -9019894 or 679542. OLE color: 679542.

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

Color convert

RGB 118 94 10 -
CMYK 0 0.20 0.92 0.54
HSL 46.67º 0.84% 0.25% -
HSV(B) 46.67º 0.92% 0.46% -
XYZ 11.53 11.88 1.97 -
YUV 91.6 81.95 146.83 -
System Red Green Blue C M Y K H S L
Decimal 118 94 10 0 0.20 0.92 0.54 46.67 0.84 0.25
Hex 76 5E A 0 14 5C 36 2F 54 19
Octal 166 136 12 0 24 134 66 57 124 31
Binary 1110110 1011110 1010 0 10100 1011100 110110 101111 1010100 11001

Color Harmonies of #765E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E0A

Black with #765E0A

Text Example


Text Example

White with #765E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,94,10); }

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

background-color css

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

 a { background-color: rgb(118,94,10); }

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

border-color css

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

 span { border-color: rgb(118,94,10); }

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