Html Css Color HEX #758488 Regent Grey

📋 copy color: '#758488'

red 117 ◦ green 132 ◦ blue 136

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

Shades of Regent Grey #758488

Tints of Regent Grey #758488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 30.39%
G = 34.29%
B = 35.32%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#758488 (or 0x758488) is known color: Regent Grey. HEX triplet: 75, 84 and 88. RGB value is (117,132,136). Sum of RGB (Red+Green+Blue) = 117+132+136=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 136 - color contains mainly: blue. Hex color #758488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758488 is #8A7B77. Grayscale: #7F7F7F. Windows color (decimal): -9075576 or 8946805. OLE color: 8946805.

HSL color Cylindrical-coordinate representation of color #758488: hue angle of 192.63º 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 #758488 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 132 136 -
CMYK 0.14 0.03 0 0.47
HSL 192.63º 0.08% 0.5% -
HSV(B) 192.63º 0.14% 0.53% -
XYZ 20.03 22.06 26.5 -
YUV 127.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 117 132 136 0.14 0.03 0 0.47 192.63 0.08 0.5
Hex 75 84 88 E 3 0 2F C1 8 32
Octal 165 204 210 16 3 0 57 301 10 62
Binary 1110101 10000100 10001000 1110 11 0 101111 11000001 1000 110010

Color Harmonies of #758488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758488

Black with #758488

Text Example


Text Example

White with #758488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758488; }

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

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

background-color css

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

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

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

border-color css

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

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

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