Html Css Color HEX #757879 Regent Grey

📋 copy color: '#757879'

red 117 ◦ green 120 ◦ blue 121

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

Shades of Regent Grey #757879

Tints of Regent Grey #757879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 32.68%
G = 33.52%
B = 33.8%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757879 (or 0x757879) is known color: Regent Grey. HEX triplet: 75, 78 and 79. RGB value is (117,120,121). Sum of RGB (Red+Green+Blue) = 117+120+121=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 121 - color contains mainly: blue. Hex color #757879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757879 is #8A8786. Grayscale: #777777. Windows color (decimal): -9078663 or 7960693. OLE color: 7960693.

HSL color Cylindrical-coordinate representation of color #757879: hue angle of 195º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757879 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 121 -
CMYK 0.03 0.01 0 0.53
HSL 195º 0.02% 0.47% -
HSV(B) 195º 0.03% 0.47% -
XYZ 17.5 18.6 20.76 -
YUV 119.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 117 120 121 0.03 0.01 0 0.53 195 0.02 0.47
Hex 75 78 79 3 1 0 35 C3 2 2F
Octal 165 170 171 3 1 0 65 303 2 57
Binary 1110101 1111000 1111001 11 1 0 110101 11000011 10 101111

Color Harmonies of #757879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757879

Black with #757879

Text Example


Text Example

White with #757879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757879; }

 p { color: rgb(117,120,121); }

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

background-color css

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

 a { background-color: rgb(117,120,121); }

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

border-color css

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

 span { border-color: rgb(117,120,121); }

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