Html Css Color HEX #75675F Russett

📋 copy color: '#75675F'

red 117 ◦ green 103 ◦ blue 95

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

Shades of Russett #75675F

Tints of Russett #75675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.7%

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 37.14%
G = 32.7%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75675F (or 0x75675F) is known color: Russett. HEX triplet: 75, 67 and 5F. RGB value is (117,103,95). Sum of RGB (Red+Green+Blue) = 117+103+95=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #75675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75675F is #8A98A0. Grayscale: #6A6A6A. Windows color (decimal): -9083041 or 6252405. OLE color: 6252405.

HSL color Cylindrical-coordinate representation of color #75675F: hue angle of 21.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75675F is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 95 -
CMYK 0 0.12 0.19 0.54
HSL 21.82º 0.1% 0.42% -
HSV(B) 21.82º 0.19% 0.46% -
XYZ 14.25 14.31 12.84 -
YUV 106.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 117 103 95 0 0.12 0.19 0.54 21.82 0.1 0.42
Hex 75 67 5F 0 C 13 36 16 A 2A
Octal 165 147 137 0 14 23 66 26 12 52
Binary 1110101 1100111 1011111 0 1100 10011 110110 10110 1010 101010

Color Harmonies of #75675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75675F

Black with #75675F

Text Example


Text Example

White with #75675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75675F; }

 p { color: rgb(117,103,95); }

 H1.HeaderClassName
 {
   color: #75675F;
 }
 .AnyTagClassName
 {
   color: #75675F;
 }
</style>

background-color css

<style>
 a { background-color: #75675F; }

 a { background-color: rgb(117,103,95); }

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

border-color css

<style>
 span { border-color: #75675F; }

 span { border-color: rgb(117,103,95); }

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