Html Css Color HEX #76580F Raw Umber

📋 copy color: '#76580F'

red 118 ◦ green 88 ◦ blue 15

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

Shades of Raw Umber #76580F

Tints of Raw Umber #76580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.82%

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

R = 53.39%
G = 39.82%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76580F (or 0x76580F) is known color: Raw Umber. HEX triplet: 76, 58 and 0F. RGB value is (118,88,15). Sum of RGB (Red+Green+Blue) = 118+88+15=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #76580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76580F is #89A7F0. Grayscale: #585858. Windows color (decimal): -9021425 or 1005686. OLE color: 1005686.

HSL color Cylindrical-coordinate representation of color #76580F: hue angle of 42.52º 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 #76580F is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 15 -
CMYK 0 0.25 0.87 0.54
HSL 42.52º 0.77% 0.26% -
HSV(B) 42.52º 0.87% 0.46% -
XYZ 11.05 10.87 1.97 -
YUV 88.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 118 88 15 0 0.25 0.87 0.54 42.52 0.77 0.26
Hex 76 58 F 0 19 57 36 2B 4D 1A
Octal 166 130 17 0 31 127 66 53 115 32
Binary 1110110 1011000 1111 0 11001 1010111 110110 101011 1001101 11010

Color Harmonies of #76580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76580F

Black with #76580F

Text Example


Text Example

White with #76580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76580F; }

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

 H1.HeaderClassName
 {
   color: #76580F;
 }
 .AnyTagClassName
 {
   color: #76580F;
 }
</style>

background-color css

<style>
 a { background-color: #76580F; }

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

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

border-color css

<style>
 span { border-color: #76580F; }

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

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