Html Css Color HEX #75615C Russett

📋 copy color: '#75615C'

red 117 ◦ green 97 ◦ blue 92

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

Shades of Russett #75615C

Tints of Russett #75615C

RGB

 RED value IS 117 (46.09% from 255) = 38.24%

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

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 38.24%
G = 31.7%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75615C (or 0x75615C) is known color: Russett. HEX triplet: 75, 61 and 5C. RGB value is (117,97,92). Sum of RGB (Red+Green+Blue) = 117+97+92=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75615C is #8A9EA3. Grayscale: #666666. Windows color (decimal): -9084580 or 6054261. OLE color: 6054261.

HSL color Cylindrical-coordinate representation of color #75615C: hue angle of 12º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75615C is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 92 -
CMYK 0 0.17 0.21 0.54
HSL 12º 0.12% 0.41% -
HSV(B) 12º 0.21% 0.46% -
XYZ 13.54 13.1 11.94 -
YUV 102.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 117 97 92 0 0.17 0.21 0.54 12 0.12 0.41
Hex 75 61 5C 0 11 15 36 C C 29
Octal 165 141 134 0 21 25 66 14 14 51
Binary 1110101 1100001 1011100 0 10001 10101 110110 1100 1100 101001

Color Harmonies of #75615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75615C

Black with #75615C

Text Example


Text Example

White with #75615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75615C; }

 p { color: rgb(117,97,92); }

 H1.HeaderClassName
 {
   color: #75615C;
 }
 .AnyTagClassName
 {
   color: #75615C;
 }
</style>

background-color css

<style>
 a { background-color: #75615C; }

 a { background-color: rgb(117,97,92); }

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

border-color css

<style>
 span { border-color: #75615C; }

 span { border-color: rgb(117,97,92); }

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