Html Css Color HEX #7F8F92 Regent Grey

📋 copy color: '#7F8F92'

red 127 ◦ green 143 ◦ blue 146

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

Shades of Regent Grey #7F8F92

Tints of Regent Grey #7F8F92

RGB

 RED value IS 127 (50% from 255) = 30.53%

 GREEN value IS 143 (56.25% from 255) = 34.38%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 30.53%
G = 34.38%
B = 35.1%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F8F92 (or 0x7F8F92) is known color: Regent Grey. HEX triplet: 7F, 8F and 92. RGB value is (127,143,146). Sum of RGB (Red+Green+Blue) = 127+143+146=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F8F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8F92 is #80706D. Grayscale: #8A8A8A. Windows color (decimal): -8417390 or 9604991. OLE color: 9604991.

HSL color Cylindrical-coordinate representation of color #7F8F92: hue angle of 189.47º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F8F92 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 143 146 -
CMYK 0.13 0.02 0 0.43
HSL 189.47º 0.08% 0.54% -
HSV(B) 189.47º 0.13% 0.57% -
XYZ 23.76 26.23 31.01 -
YUV 138.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 127 143 146 0.13 0.02 0 0.43 189.47 0.08 0.54
Hex 7F 8F 92 D 2 0 2B BD 8 36
Octal 177 217 222 15 2 0 53 275 10 66
Binary 1111111 10001111 10010010 1101 10 0 101011 10111101 1000 110110

Color Harmonies of #7F8F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8F92

Black with #7F8F92

Text Example


Text Example

White with #7F8F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8F92; }

 p { color: rgb(127,143,146); }

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

background-color css

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

 a { background-color: rgb(127,143,146); }

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

border-color css

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

 span { border-color: rgb(127,143,146); }

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