Html Css Color HEX #75655C Russett

📋 copy color: '#75655C'

red 117 ◦ green 101 ◦ blue 92

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

Shades of Russett #75655C

Tints of Russett #75655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

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

R = 37.74%
G = 32.58%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75655C (or 0x75655C) is known color: Russett. HEX triplet: 75, 65 and 5C. RGB value is (117,101,92). Sum of RGB (Red+Green+Blue) = 117+101+92=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75655C is #8A9AA3. Grayscale: #686868. Windows color (decimal): -9083556 or 6055285. OLE color: 6055285.

HSL color Cylindrical-coordinate representation of color #75655C: hue angle of 21.6º 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 #75655C is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 92 -
CMYK 0 0.14 0.21 0.54
HSL 21.6º 0.12% 0.41% -
HSV(B) 21.6º 0.21% 0.46% -
XYZ 13.92 13.86 12.07 -
YUV 104.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 117 101 92 0 0.14 0.21 0.54 21.6 0.12 0.41
Hex 75 65 5C 0 E 15 36 16 C 29
Octal 165 145 134 0 16 25 66 26 14 51
Binary 1110101 1100101 1011100 0 1110 10101 110110 10110 1100 101001

Color Harmonies of #75655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75655C

Black with #75655C

Text Example


Text Example

White with #75655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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