Html Css Color HEX #75797A Regent Grey

📋 copy color: '#75797A'

red 117 ◦ green 121 ◦ blue 122

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

Shades of Regent Grey #75797A

Tints of Regent Grey #75797A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 32.5%
G = 33.61%
B = 33.89%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75797A (or 0x75797A) is known color: Regent Grey. HEX triplet: 75, 79 and 7A. RGB value is (117,121,122). Sum of RGB (Red+Green+Blue) = 117+121+122=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 122 - color contains mainly: blue. Hex color #75797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75797A is #8A8685. Grayscale: #777777. Windows color (decimal): -9078406 or 8026485. OLE color: 8026485.

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

Color convert

RGB 117 121 122 -
CMYK 0.04 0.01 0 0.52
HSL 192º 0.02% 0.47% -
HSV(B) 192º 0.04% 0.48% -
XYZ 17.69 18.86 21.12 -
YUV 119.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 117 121 122 0.04 0.01 0 0.52 192 0.02 0.47
Hex 75 79 7A 4 1 0 34 C0 2 2F
Octal 165 171 172 4 1 0 64 300 2 57
Binary 1110101 1111001 1111010 100 1 0 110100 11000000 10 101111

Color Harmonies of #75797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75797A

Black with #75797A

Text Example


Text Example

White with #75797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75797A; }

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

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

background-color css

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

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

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

border-color css

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

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

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