Html Css Color HEX #758891 Regent Grey

📋 copy color: '#758891'

red 117 ◦ green 136 ◦ blue 145

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

Shades of Regent Grey #758891

Tints of Regent Grey #758891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 29.4%
G = 34.17%
B = 36.43%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#758891 (or 0x758891) is known color: Regent Grey. HEX triplet: 75, 88 and 91. RGB value is (117,136,145). Sum of RGB (Red+Green+Blue) = 117+136+145=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #758891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758891 is #8A776E. Grayscale: #838383. Windows color (decimal): -9074543 or 9537653. OLE color: 9537653.

HSL color Cylindrical-coordinate representation of color #758891: hue angle of 199.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758891 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 136 145 -
CMYK 0.19 0.06 0 0.43
HSL 199.29º 0.11% 0.51% -
HSV(B) 199.29º 0.19% 0.57% -
XYZ 21.25 23.43 30.19 -
YUV 131.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 117 136 145 0.19 0.06 0 0.43 199.29 0.11 0.51
Hex 75 88 91 13 6 0 2B C7 B 33
Octal 165 210 221 23 6 0 53 307 13 63
Binary 1110101 10001000 10010001 10011 110 0 101011 11000111 1011 110011

Color Harmonies of #758891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758891

Black with #758891

Text Example


Text Example

White with #758891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758891; }

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

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

background-color css

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

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

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

border-color css

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

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

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