Html Css Color HEX #75838E Slate Grey

📋 copy color: '#75838E'

red 117 ◦ green 131 ◦ blue 142

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

Shades of Slate Grey #75838E

Tints of Slate Grey #75838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 30%
G = 33.59%
B = 36.41%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75838E (or 0x75838E) is known color: Slate Grey. HEX triplet: 75, 83 and 8E. RGB value is (117,131,142). Sum of RGB (Red+Green+Blue) = 117+131+142=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #75838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75838E is #8A7C71. Grayscale: #808080. Windows color (decimal): -9075826 or 9339765. OLE color: 9339765.

HSL color Cylindrical-coordinate representation of color #75838E: hue angle of 206.4º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75838E is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 131 142 -
CMYK 0.18 0.08 0 0.44
HSL 206.4º 0.1% 0.51% -
HSV(B) 206.4º 0.18% 0.56% -
XYZ 20.33 21.97 28.76 -
YUV 128.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 117 131 142 0.18 0.08 0 0.44 206.4 0.1 0.51
Hex 75 83 8E 12 8 0 2C CE A 33
Octal 165 203 216 22 10 0 54 316 12 63
Binary 1110101 10000011 10001110 10010 1000 0 101100 11001110 1010 110011

Color Harmonies of #75838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75838E

Black with #75838E

Text Example


Text Example

White with #75838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,131,142); }

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

background-color css

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

 a { background-color: rgb(117,131,142); }

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

border-color css

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

 span { border-color: rgb(117,131,142); }

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