Html Css Color HEX #758689 Regent Grey

📋 copy color: '#758689'

red 117 ◦ green 134 ◦ blue 137

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

Shades of Regent Grey #758689

Tints of Regent Grey #758689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.31%

R = 30.15%
G = 34.54%
B = 35.31%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#758689 (or 0x758689) is known color: Regent Grey. HEX triplet: 75, 86 and 89. RGB value is (117,134,137). Sum of RGB (Red+Green+Blue) = 117+134+137=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 137 - color contains mainly: blue. Hex color #758689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758689 is #8A7976. Grayscale: #818181. Windows color (decimal): -9075063 or 9012853. OLE color: 9012853.

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

Color convert

RGB 117 134 137 -
CMYK 0.15 0.02 0 0.46
HSL 189º 0.08% 0.5% -
HSV(B) 189º 0.15% 0.54% -
XYZ 20.38 22.64 26.96 -
YUV 129.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 117 134 137 0.15 0.02 0 0.46 189 0.08 0.5
Hex 75 86 89 F 2 0 2E BD 8 32
Octal 165 206 211 17 2 0 56 275 10 62
Binary 1110101 10000110 10001001 1111 10 0 101110 10111101 1000 110010

Color Harmonies of #758689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758689

Black with #758689

Text Example


Text Example

White with #758689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758689; }

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

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

background-color css

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

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

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

border-color css

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

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

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