Html Css Color HEX #765D0F Raw Umber

📋 copy color: '#765D0F'

red 118 ◦ green 93 ◦ blue 15

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

Shades of Raw Umber #765D0F

Tints of Raw Umber #765D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.64%

R = 52.21%
G = 41.15%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#765D0F (or 0x765D0F) is known color: Raw Umber. HEX triplet: 76, 5D and 0F. RGB value is (118,93,15). Sum of RGB (Red+Green+Blue) = 118+93+15=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #765D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D0F is #89A2F0. Grayscale: #5B5B5B. Windows color (decimal): -9020145 or 1006966. OLE color: 1006966.

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

Color convert

RGB 118 93 15 -
CMYK 0 0.21 0.87 0.54
HSL 45.44º 0.77% 0.26% -
HSV(B) 45.44º 0.87% 0.46% -
XYZ 11.47 11.71 2.11 -
YUV 91.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 118 93 15 0 0.21 0.87 0.54 45.44 0.77 0.26
Hex 76 5D F 0 15 57 36 2D 4D 1A
Octal 166 135 17 0 25 127 66 55 115 32
Binary 1110110 1011101 1111 0 10101 1010111 110110 101101 1001101 11010

Color Harmonies of #765D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D0F

Black with #765D0F

Text Example


Text Example

White with #765D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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