Html Css Color HEX #758588 Regent Grey

📋 copy color: '#758588'

red 117 ◦ green 133 ◦ blue 136

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

Shades of Regent Grey #758588

Tints of Regent Grey #758588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 30.31%
G = 34.46%
B = 35.23%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#758588 (or 0x758588) is known color: Regent Grey. HEX triplet: 75, 85 and 88. RGB value is (117,133,136). Sum of RGB (Red+Green+Blue) = 117+133+136=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #758588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758588 is #8A7A77. Grayscale: #808080. Windows color (decimal): -9075320 or 8947061. OLE color: 8947061.

HSL color Cylindrical-coordinate representation of color #758588: hue angle of 189.47º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758588 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 133 136 -
CMYK 0.14 0.02 0 0.47
HSL 189.47º 0.08% 0.5% -
HSV(B) 189.47º 0.14% 0.53% -
XYZ 20.17 22.33 26.54 -
YUV 128.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 117 133 136 0.14 0.02 0 0.47 189.47 0.08 0.5
Hex 75 85 88 E 2 0 2F BD 8 32
Octal 165 205 210 16 2 0 57 275 10 62
Binary 1110101 10000101 10001000 1110 10 0 101111 10111101 1000 110010

Color Harmonies of #758588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758588

Black with #758588

Text Example


Text Example

White with #758588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758588; }

 p { color: rgb(117,133,136); }

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

background-color css

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

 a { background-color: rgb(117,133,136); }

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

border-color css

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

 span { border-color: rgb(117,133,136); }

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