Html Css Color HEX #75888B Regent Grey

📋 copy color: '#75888B'

red 117 ◦ green 136 ◦ blue 139

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

Shades of Regent Grey #75888B

Tints of Regent Grey #75888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 29.85%
G = 34.69%
B = 35.46%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75888B (or 0x75888B) is known color: Regent Grey. HEX triplet: 75, 88 and 8B. RGB value is (117,136,139). Sum of RGB (Red+Green+Blue) = 117+136+139=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #75888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75888B is #8A7774. Grayscale: #828282. Windows color (decimal): -9074549 or 9144437. OLE color: 9144437.

HSL color Cylindrical-coordinate representation of color #75888B: hue angle of 188.18º 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 #75888B is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 136 139 -
CMYK 0.16 0.02 0 0.45
HSL 188.18º 0.09% 0.5% -
HSV(B) 188.18º 0.16% 0.55% -
XYZ 20.8 23.25 27.82 -
YUV 130.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 117 136 139 0.16 0.02 0 0.45 188.18 0.09 0.5
Hex 75 88 8B 10 2 0 2D BC 9 32
Octal 165 210 213 20 2 0 55 274 11 62
Binary 1110101 10001000 10001011 10000 10 0 101101 10111100 1001 110010

Color Harmonies of #75888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75888B

Black with #75888B

Text Example


Text Example

White with #75888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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