Html Css Color HEX #757E7F Regent Grey

📋 copy color: '#757E7F'

red 117 ◦ green 126 ◦ blue 127

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

Shades of Regent Grey #757E7F

Tints of Regent Grey #757E7F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.05%

 BLUE value IS 127 (50% from 255) = 34.32%

R = 31.62%
G = 34.05%
B = 34.32%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#757E7F (or 0x757E7F) is known color: Regent Grey. HEX triplet: 75, 7E and 7F. RGB value is (117,126,127). Sum of RGB (Red+Green+Blue) = 117+126+127=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 127 - color contains mainly: blue. Hex color #757E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E7F is #8A8180. Grayscale: #7B7B7B. Windows color (decimal): -9077121 or 8355445. OLE color: 8355445.

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

Color convert

RGB 117 126 127 -
CMYK 0.08 0.01 0 0.50
HSL 186º 0.04% 0.48% -
HSV(B) 186º 0.08% 0.5% -
XYZ 18.63 20.24 23 -
YUV 123.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 117 126 127 0.08 0.01 0 0.50 186 0.04 0.48
Hex 75 7E 7F 8 1 0 32 BA 4 30
Octal 165 176 177 10 1 0 62 272 4 60
Binary 1110101 1111110 1111111 1000 1 0 110010 10111010 100 110000

Color Harmonies of #757E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E7F

Black with #757E7F

Text Example


Text Example

White with #757E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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