Html Css Color HEX #755E58 Russett

📋 copy color: '#755E58'

red 117 ◦ green 94 ◦ blue 88

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

Shades of Russett #755E58

Tints of Russett #755E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.44%

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 39.13%
G = 31.44%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#755E58 (or 0x755E58) is known color: Russett. HEX triplet: 75, 5E and 58. RGB value is (117,94,88). Sum of RGB (Red+Green+Blue) = 117+94+88=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E58 is #8AA1A7. Grayscale: #646464. Windows color (decimal): -9085352 or 5791349. OLE color: 5791349.

HSL color Cylindrical-coordinate representation of color #755E58: hue angle of 12.41º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755E58 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 94 88 -
CMYK 0 0.20 0.25 0.54
HSL 12.41º 0.14% 0.4% -
HSV(B) 12.41º 0.25% 0.46% -
XYZ 13.1 12.49 10.95 -
YUV 100.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 117 94 88 0 0.20 0.25 0.54 12.41 0.14 0.4
Hex 75 5E 58 0 14 19 36 C E 28
Octal 165 136 130 0 24 31 66 14 16 50
Binary 1110101 1011110 1011000 0 10100 11001 110110 1100 1110 101000

Color Harmonies of #755E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E58

Black with #755E58

Text Example


Text Example

White with #755E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755E58; }

 p { color: rgb(117,94,88); }

 H1.HeaderClassName
 {
   color: #755E58;
 }
 .AnyTagClassName
 {
   color: #755E58;
 }
</style>

background-color css

<style>
 a { background-color: #755E58; }

 a { background-color: rgb(117,94,88); }

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

border-color css

<style>
 span { border-color: #755E58; }

 span { border-color: rgb(117,94,88); }

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