Html Css Color HEX #758687 Regent Grey

📋 copy color: '#758687'

red 117 ◦ green 134 ◦ blue 135

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

Shades of Regent Grey #758687

Tints of Regent Grey #758687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

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

R = 30.31%
G = 34.72%
B = 34.97%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#758687 (or 0x758687) is known color: Regent Grey. HEX triplet: 75, 86 and 87. RGB value is (117,134,135). Sum of RGB (Red+Green+Blue) = 117+134+135=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #758687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758687 is #8A7978. Grayscale: #818181. Windows color (decimal): -9075065 or 8881781. OLE color: 8881781.

HSL color Cylindrical-coordinate representation of color #758687: hue angle of 183.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 #758687 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 135 -
CMYK 0.13 0.01 0 0.47
HSL 183.33º 0.07% 0.49% -
HSV(B) 183.33º 0.13% 0.53% -
XYZ 20.23 22.58 26.21 -
YUV 129.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 117 134 135 0.13 0.01 0 0.47 183.33 0.07 0.49
Hex 75 86 87 D 1 0 2F B7 7 31
Octal 165 206 207 15 1 0 57 267 7 61
Binary 1110101 10000110 10000111 1101 1 0 101111 10110111 111 110001

Color Harmonies of #758687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758687

Black with #758687

Text Example


Text Example

White with #758687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758687; }

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

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

background-color css

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

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

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

border-color css

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

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

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