Html Css Color HEX #75878D Regent Grey

📋 copy color: '#75878D'

red 117 ◦ green 135 ◦ blue 141

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

Shades of Regent Grey #75878D

Tints of Regent Grey #75878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 29.77%
G = 34.35%
B = 35.88%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75878D (or 0x75878D) is known color: Regent Grey. HEX triplet: 75, 87 and 8D. RGB value is (117,135,141). Sum of RGB (Red+Green+Blue) = 117+135+141=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #75878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75878D is #8A7872. Grayscale: #828282. Windows color (decimal): -9074803 or 9275253. OLE color: 9275253.

HSL color Cylindrical-coordinate representation of color #75878D: hue angle of 195º 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 #75878D is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 135 141 -
CMYK 0.17 0.04 0 0.45
HSL 195º 0.1% 0.51% -
HSV(B) 195º 0.17% 0.55% -
XYZ 20.81 23.03 28.55 -
YUV 130.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 117 135 141 0.17 0.04 0 0.45 195 0.1 0.51
Hex 75 87 8D 11 4 0 2D C3 A 33
Octal 165 207 215 21 4 0 55 303 12 63
Binary 1110101 10000111 10001101 10001 100 0 101101 11000011 1010 110011

Color Harmonies of #75878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75878D

Black with #75878D

Text Example


Text Example

White with #75878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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