Html Css Color HEX #757D7E Regent Grey

📋 copy color: '#757D7E'

red 117 ◦ green 125 ◦ blue 126

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

Shades of Regent Grey #757D7E

Tints of Regent Grey #757D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 31.79%
G = 33.97%
B = 34.24%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#757D7E (or 0x757D7E) is known color: Regent Grey. HEX triplet: 75, 7D and 7E. RGB value is (117,125,126). Sum of RGB (Red+Green+Blue) = 117+125+126=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 126 - color contains mainly: blue. Hex color #757D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D7E is #8A8281. Grayscale: #7A7A7A. Windows color (decimal): -9077378 or 8289653. OLE color: 8289653.

HSL color Cylindrical-coordinate representation of color #757D7E: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #757D7E is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 125 126 -
CMYK 0.07 0.01 0 0.51
HSL 186.67º 0.04% 0.48% -
HSV(B) 186.67º 0.07% 0.49% -
XYZ 18.44 19.96 22.62 -
YUV 122.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 117 125 126 0.07 0.01 0 0.51 186.67 0.04 0.48
Hex 75 7D 7E 7 1 0 33 BB 4 30
Octal 165 175 176 7 1 0 63 273 4 60
Binary 1110101 1111101 1111110 111 1 0 110011 10111011 100 110000

Color Harmonies of #757D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D7E

Black with #757D7E

Text Example


Text Example

White with #757D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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