Html Css Color HEX #765D10 Raw Umber

📋 copy color: '#765D10'

red 118 ◦ green 93 ◦ blue 16

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

Shades of Raw Umber #765D10

Tints of Raw Umber #765D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 51.98%
G = 40.97%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#765D10 (or 0x765D10) is known color: Raw Umber. HEX triplet: 76, 5D and 10. RGB value is (118,93,16). Sum of RGB (Red+Green+Blue) = 118+93+16=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #765D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D10 is #89A2EF. Grayscale: #5C5C5C. Windows color (decimal): -9020144 or 1072502. OLE color: 1072502.

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

Color convert

RGB 118 93 16 -
CMYK 0 0.21 0.86 0.54
HSL 45.29º 0.76% 0.26% -
HSV(B) 45.29º 0.86% 0.46% -
XYZ 11.48 11.72 2.15 -
YUV 91.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 118 93 16 0 0.21 0.86 0.54 45.29 0.76 0.26
Hex 76 5D 10 0 15 56 36 2D 4C 1A
Octal 166 135 20 0 25 126 66 55 114 32
Binary 1110110 1011101 10000 0 10101 1010110 110110 101101 1001100 11010

Color Harmonies of #765D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D10

Black with #765D10

Text Example


Text Example

White with #765D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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