Html Css Color HEX #76561B Raw Umber

📋 copy color: '#76561B'

red 118 ◦ green 86 ◦ blue 27

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

Shades of Raw Umber #76561B

Tints of Raw Umber #76561B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 27 (10.94% from 255) = 11.69%

R = 51.08%
G = 37.23%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76561B (or 0x76561B) is known color: Raw Umber. HEX triplet: 76, 56 and 1B. RGB value is (118,86,27). Sum of RGB (Red+Green+Blue) = 118+86+27=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76561B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76561B is #89A9E4. Grayscale: #595959. Windows color (decimal): -9021925 or 1791606. OLE color: 1791606.

HSL color Cylindrical-coordinate representation of color #76561B: hue angle of 38.9º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76561B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 86 27 -
CMYK 0 0.27 0.77 0.54
HSL 38.9º 0.63% 0.28% -
HSV(B) 38.9º 0.77% 0.46% -
XYZ 11 10.59 2.5 -
YUV 88.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 118 86 27 0 0.27 0.77 0.54 38.9 0.63 0.28
Hex 76 56 1B 0 1B 4D 36 27 3F 1C
Octal 166 126 33 0 33 115 66 47 77 34
Binary 1110110 1010110 11011 0 11011 1001101 110110 100111 111111 11100

Color Harmonies of #76561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76561B

Black with #76561B

Text Example


Text Example

White with #76561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76561B; }

 p { color: rgb(118,86,27); }

 H1.HeaderClassName
 {
   color: #76561B;
 }
 .AnyTagClassName
 {
   color: #76561B;
 }
</style>

background-color css

<style>
 a { background-color: #76561B; }

 a { background-color: rgb(118,86,27); }

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

border-color css

<style>
 span { border-color: #76561B; }

 span { border-color: rgb(118,86,27); }

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