Html Css Color HEX #75625A Russett

📋 copy color: '#75625A'

red 117 ◦ green 98 ◦ blue 90

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

Shades of Russett #75625A

Tints of Russett #75625A

RGB

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

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

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

R = 38.36%
G = 32.13%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75625A (or 0x75625A) is known color: Russett. HEX triplet: 75, 62 and 5A. RGB value is (117,98,90). Sum of RGB (Red+Green+Blue) = 117+98+90=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #75625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75625A is #8A9DA5. Grayscale: #666666. Windows color (decimal): -9084326 or 5923445. OLE color: 5923445.

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

Color convert

RGB 117 98 90 -
CMYK 0 0.16 0.23 0.54
HSL 17.78º 0.13% 0.41% -
HSV(B) 17.78º 0.23% 0.46% -
XYZ 13.55 13.26 11.52 -
YUV 102.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 117 98 90 0 0.16 0.23 0.54 17.78 0.13 0.41
Hex 75 62 5A 0 10 17 36 12 D 29
Octal 165 142 132 0 20 27 66 22 15 51
Binary 1110101 1100010 1011010 0 10000 10111 110110 10010 1101 101001

Color Harmonies of #75625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75625A

Black with #75625A

Text Example


Text Example

White with #75625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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