Html Css Color HEX #76615B Russett

📋 copy color: '#76615B'

red 118 ◦ green 97 ◦ blue 91

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

Shades of Russett #76615B

Tints of Russett #76615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 38.56%
G = 31.7%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76615B (or 0x76615B) is known color: Russett. HEX triplet: 76, 61 and 5B. RGB value is (118,97,91). Sum of RGB (Red+Green+Blue) = 118+97+91=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #76615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76615B is #899EA4. Grayscale: #666666. Windows color (decimal): -9019045 or 5988726. OLE color: 5988726.

HSL color Cylindrical-coordinate representation of color #76615B: hue angle of 13.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76615B is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 91 -
CMYK 0 0.18 0.23 0.54
HSL 13.33º 0.13% 0.41% -
HSV(B) 13.33º 0.23% 0.46% -
XYZ 13.63 13.16 11.72 -
YUV 102.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 118 97 91 0 0.18 0.23 0.54 13.33 0.13 0.41
Hex 76 61 5B 0 12 17 36 D D 29
Octal 166 141 133 0 22 27 66 15 15 51
Binary 1110110 1100001 1011011 0 10010 10111 110110 1101 1101 101001

Color Harmonies of #76615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76615B

Black with #76615B

Text Example


Text Example

White with #76615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,97,91); }

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

background-color css

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

 a { background-color: rgb(118,97,91); }

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

border-color css

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

 span { border-color: rgb(118,97,91); }

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