Html Css Color HEX #758992 Regent Grey

📋 copy color: '#758992'

red 117 ◦ green 137 ◦ blue 146

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

Shades of Regent Grey #758992

Tints of Regent Grey #758992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

 BLUE value IS 146 (57.42% from 255) = 36.5%

R = 29.25%
G = 34.25%
B = 36.5%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#758992 (or 0x758992) is known color: Regent Grey. HEX triplet: 75, 89 and 92. RGB value is (117,137,146). Sum of RGB (Red+Green+Blue) = 117+137+146=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 146 - color contains mainly: blue. Hex color #758992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758992 is #8A766D. Grayscale: #838383. Windows color (decimal): -9074286 or 9603445. OLE color: 9603445.

HSL color Cylindrical-coordinate representation of color #758992: hue angle of 198.62º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758992 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 137 146 -
CMYK 0.20 0.06 0 0.43
HSL 198.62º 0.12% 0.52% -
HSV(B) 198.62º 0.2% 0.57% -
XYZ 21.47 23.75 30.65 -
YUV 132.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 117 137 146 0.20 0.06 0 0.43 198.62 0.12 0.52
Hex 75 89 92 14 6 0 2B C7 C 34
Octal 165 211 222 24 6 0 53 307 14 64
Binary 1110101 10001001 10010010 10100 110 0 101011 11000111 1100 110100

Color Harmonies of #758992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758992

Black with #758992

Text Example


Text Example

White with #758992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758992; }

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

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

background-color css

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

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

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

border-color css

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

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

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