Html Css Color HEX #75605A Russett

📋 copy color: '#75605A'

red 117 ◦ green 96 ◦ blue 90

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

Shades of Russett #75605A

Tints of Russett #75605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 38.61%
G = 31.68%
B = 29.7%

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

#75605A (or 0x75605A) is known color: Russett. HEX triplet: 75, 60 and 5A. RGB value is (117,96,90). Sum of RGB (Red+Green+Blue) = 117+96+90=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #75605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75605A is #8A9FA5. Grayscale: #656565. Windows color (decimal): -9084838 or 5922933. OLE color: 5922933.

HSL color Cylindrical-coordinate representation of color #75605A: 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 #75605A is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 90 -
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.36 12.89 11.46 -
YUV 101.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 117 96 90 0 0.18 0.23 0.54 13.33 0.13 0.41
Hex 75 60 5A 0 12 17 36 D D 29
Octal 165 140 132 0 22 27 66 15 15 51
Binary 1110101 1100000 1011010 0 10010 10111 110110 1101 1101 101001

Color Harmonies of #75605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75605A

Black with #75605A

Text Example


Text Example

White with #75605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75605A; }

 p { color: rgb(117,96,90); }

 H1.HeaderClassName
 {
   color: #75605A;
 }
 .AnyTagClassName
 {
   color: #75605A;
 }
</style>

background-color css

<style>
 a { background-color: #75605A; }

 a { background-color: rgb(117,96,90); }

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

border-color css

<style>
 span { border-color: #75605A; }

 span { border-color: rgb(117,96,90); }

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