Html Css Color HEX #75898D Regent Grey

📋 copy color: '#75898D'

red 117 ◦ green 137 ◦ blue 141

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

Shades of Regent Grey #75898D

Tints of Regent Grey #75898D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 29.62%
G = 34.68%
B = 35.7%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75898D (or 0x75898D) is known color: Regent Grey. HEX triplet: 75, 89 and 8D. RGB value is (117,137,141). Sum of RGB (Red+Green+Blue) = 117+137+141=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #75898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75898D is #8A7672. Grayscale: #838383. Windows color (decimal): -9074291 or 9275765. OLE color: 9275765.

HSL color Cylindrical-coordinate representation of color #75898D: hue angle of 190º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75898D is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 137 141 -
CMYK 0.17 0.03 0 0.45
HSL 190º 0.1% 0.51% -
HSV(B) 190º 0.17% 0.55% -
XYZ 21.09 23.6 28.64 -
YUV 131.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 117 137 141 0.17 0.03 0 0.45 190 0.1 0.51
Hex 75 89 8D 11 3 0 2D BE A 33
Octal 165 211 215 21 3 0 55 276 12 63
Binary 1110101 10001001 10001101 10001 11 0 101101 10111110 1010 110011

Color Harmonies of #75898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75898D

Black with #75898D

Text Example


Text Example

White with #75898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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