Html Css Color HEX #75888C Regent Grey

📋 copy color: '#75888C'

red 117 ◦ green 136 ◦ blue 140

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

Shades of Regent Grey #75888C

Tints of Regent Grey #75888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 29.77%
G = 34.61%
B = 35.62%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75888C (or 0x75888C) is known color: Regent Grey. HEX triplet: 75, 88 and 8C. RGB value is (117,136,140). Sum of RGB (Red+Green+Blue) = 117+136+140=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #75888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75888C is #8A7773. Grayscale: #828282. Windows color (decimal): -9074548 or 9209973. OLE color: 9209973.

HSL color Cylindrical-coordinate representation of color #75888C: hue angle of 190.43º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75888C is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 136 140 -
CMYK 0.16 0.03 0 0.45
HSL 190.43º 0.09% 0.5% -
HSV(B) 190.43º 0.16% 0.55% -
XYZ 20.87 23.28 28.2 -
YUV 130.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 117 136 140 0.16 0.03 0 0.45 190.43 0.09 0.5
Hex 75 88 8C 10 3 0 2D BE 9 32
Octal 165 210 214 20 3 0 55 276 11 62
Binary 1110101 10001000 10001100 10000 11 0 101101 10111110 1001 110010

Color Harmonies of #75888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75888C

Black with #75888C

Text Example


Text Example

White with #75888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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