Html Css Color HEX #75625E Russett

📋 copy color: '#75625E'

red 117 ◦ green 98 ◦ blue 94

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

Shades of Russett #75625E

Tints of Russett #75625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 37.86%
G = 31.72%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75625E (or 0x75625E) is known color: Russett. HEX triplet: 75, 62 and 5E. RGB value is (117,98,94). Sum of RGB (Red+Green+Blue) = 117+98+94=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75625E is #8A9DA1. Grayscale: #676767. Windows color (decimal): -9084322 or 6185589. OLE color: 6185589.

HSL color Cylindrical-coordinate representation of color #75625E: hue angle of 10.43º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75625E is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 94 -
CMYK 0 0.16 0.20 0.54
HSL 10.43º 0.11% 0.41% -
HSV(B) 10.43º 0.2% 0.46% -
XYZ 13.72 13.33 12.44 -
YUV 103.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 117 98 94 0 0.16 0.20 0.54 10.43 0.11 0.41
Hex 75 62 5E 0 10 14 36 A B 29
Octal 165 142 136 0 20 24 66 12 13 51
Binary 1110101 1100010 1011110 0 10000 10100 110110 1010 1011 101001

Color Harmonies of #75625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75625E

Black with #75625E

Text Example


Text Example

White with #75625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75625E; }

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

 H1.HeaderClassName
 {
   color: #75625E;
 }
 .AnyTagClassName
 {
   color: #75625E;
 }
</style>

background-color css

<style>
 a { background-color: #75625E; }

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

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

border-color css

<style>
 span { border-color: #75625E; }

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

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