Html Css Color HEX #757B7D Regent Grey

📋 copy color: '#757B7D'

red 117 ◦ green 123 ◦ blue 125

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

Shades of Regent Grey #757B7D

Tints of Regent Grey #757B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 32.05%
G = 33.7%
B = 34.25%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#757B7D (or 0x757B7D) is known color: Regent Grey. HEX triplet: 75, 7B and 7D. RGB value is (117,123,125). Sum of RGB (Red+Green+Blue) = 117+123+125=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 125 - color contains mainly: blue. Hex color #757B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B7D is #8A8482. Grayscale: #797979. Windows color (decimal): -9077891 or 8223605. OLE color: 8223605.

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

Color convert

RGB 117 123 125 -
CMYK 0.06 0.02 0 0.51
HSL 195º 0.03% 0.47% -
HSV(B) 195º 0.06% 0.49% -
XYZ 18.12 19.43 22.2 -
YUV 121.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 117 123 125 0.06 0.02 0 0.51 195 0.03 0.47
Hex 75 7B 7D 6 2 0 33 C3 3 2F
Octal 165 173 175 6 2 0 63 303 3 57
Binary 1110101 1111011 1111101 110 10 0 110011 11000011 11 101111

Color Harmonies of #757B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B7D

Black with #757B7D

Text Example


Text Example

White with #757B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757B7D; }

 p { color: rgb(117,123,125); }

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

background-color css

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

 a { background-color: rgb(117,123,125); }

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

border-color css

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

 span { border-color: rgb(117,123,125); }

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