Html Css Color HEX #75898E Regent Grey

📋 copy color: '#75898E'

red 117 ◦ green 137 ◦ blue 142

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

Shades of Regent Grey #75898E

Tints of Regent Grey #75898E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 29.55%
G = 34.6%
B = 35.86%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75898E (or 0x75898E) is known color: Regent Grey. HEX triplet: 75, 89 and 8E. RGB value is (117,137,142). Sum of RGB (Red+Green+Blue) = 117+137+142=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #75898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75898E is #8A7671. Grayscale: #838383. Windows color (decimal): -9074290 or 9341301. OLE color: 9341301.

HSL color Cylindrical-coordinate representation of color #75898E: hue angle of 192º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75898E is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 137 142 -
CMYK 0.18 0.04 0 0.44
HSL 192º 0.1% 0.51% -
HSV(B) 192º 0.18% 0.56% -
XYZ 21.16 23.63 29.04 -
YUV 131.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 117 137 142 0.18 0.04 0 0.44 192 0.1 0.51
Hex 75 89 8E 12 4 0 2C C0 A 33
Octal 165 211 216 22 4 0 54 300 12 63
Binary 1110101 10001001 10001110 10010 100 0 101100 11000000 1010 110011

Color Harmonies of #75898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75898E

Black with #75898E

Text Example


Text Example

White with #75898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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