Html Css Color HEX #76675F Russett

📋 copy color: '#76675F'

red 118 ◦ green 103 ◦ blue 95

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

Shades of Russett #76675F

Tints of Russett #76675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 37.34%
G = 32.59%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76675F (or 0x76675F) is known color: Russett. HEX triplet: 76, 67 and 5F. RGB value is (118,103,95). Sum of RGB (Red+Green+Blue) = 118+103+95=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #76675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76675F is #8998A0. Grayscale: #6A6A6A. Windows color (decimal): -9017505 or 6252406. OLE color: 6252406.

HSL color Cylindrical-coordinate representation of color #76675F: hue angle of 20.87º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76675F is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 95 -
CMYK 0 0.13 0.19 0.54
HSL 20.87º 0.11% 0.42% -
HSV(B) 20.87º 0.19% 0.46% -
XYZ 14.39 14.38 12.84 -
YUV 106.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 118 103 95 0 0.13 0.19 0.54 20.87 0.11 0.42
Hex 76 67 5F 0 D 13 36 15 B 2A
Octal 166 147 137 0 15 23 66 25 13 52
Binary 1110110 1100111 1011111 0 1101 10011 110110 10101 1011 101010

Color Harmonies of #76675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76675F

Black with #76675F

Text Example


Text Example

White with #76675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,103,95); }

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

background-color css

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

 a { background-color: rgb(118,103,95); }

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

border-color css

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

 span { border-color: rgb(118,103,95); }

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