Html Css Color HEX #758087 Regent Grey

📋 copy color: '#758087'

red 117 ◦ green 128 ◦ blue 135

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

Shades of Regent Grey #758087

Tints of Regent Grey #758087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 135 (53.13% from 255) = 35.53%

R = 30.79%
G = 33.68%
B = 35.53%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#758087 (or 0x758087) is known color: Regent Grey. HEX triplet: 75, 80 and 87. RGB value is (117,128,135). Sum of RGB (Red+Green+Blue) = 117+128+135=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 135 - color contains mainly: blue. Hex color #758087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758087 is #8A7F78. Grayscale: #7D7D7D. Windows color (decimal): -9076601 or 8880245. OLE color: 8880245.

HSL color Cylindrical-coordinate representation of color #758087: hue angle of 203.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758087 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 128 135 -
CMYK 0.13 0.05 0 0.47
HSL 203.33º 0.07% 0.49% -
HSV(B) 203.33º 0.13% 0.53% -
XYZ 19.43 20.97 25.95 -
YUV 125.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 117 128 135 0.13 0.05 0 0.47 203.33 0.07 0.49
Hex 75 80 87 D 5 0 2F CB 7 31
Octal 165 200 207 15 5 0 57 313 7 61
Binary 1110101 10000000 10000111 1101 101 0 101111 11001011 111 110001

Color Harmonies of #758087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758087

Black with #758087

Text Example


Text Example

White with #758087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758087; }

 p { color: rgb(117,128,135); }

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

background-color css

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

 a { background-color: rgb(117,128,135); }

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

border-color css

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

 span { border-color: rgb(117,128,135); }

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