Html Css Color HEX #7B8E92 Regent Grey

📋 copy color: '#7B8E92'

red 123 ◦ green 142 ◦ blue 146

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

Shades of Regent Grey #7B8E92

Tints of Regent Grey #7B8E92

RGB

 RED value IS 123 (48.44% from 255) = 29.93%

 GREEN value IS 142 (55.86% from 255) = 34.55%

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

R = 29.93%
G = 34.55%
B = 35.52%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B8E92 (or 0x7B8E92) is known color: Regent Grey. HEX triplet: 7B, 8E and 92. RGB value is (123,142,146). Sum of RGB (Red+Green+Blue) = 123+142+146=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B8E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8E92 is #84716D. Grayscale: #888888. Windows color (decimal): -8679790 or 9604731. OLE color: 9604731.

HSL color Cylindrical-coordinate representation of color #7B8E92: hue angle of 190.43º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B8E92 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 142 146 -
CMYK 0.16 0.03 0 0.43
HSL 190.43º 0.1% 0.53% -
HSV(B) 190.43º 0.16% 0.57% -
XYZ 23.03 25.63 30.93 -
YUV 136.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 123 142 146 0.16 0.03 0 0.43 190.43 0.1 0.53
Hex 7B 8E 92 10 3 0 2B BE A 35
Octal 173 216 222 20 3 0 53 276 12 65
Binary 1111011 10001110 10010010 10000 11 0 101011 10111110 1010 110101

Color Harmonies of #7B8E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8E92

Black with #7B8E92

Text Example


Text Example

White with #7B8E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,142,146); }

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

background-color css

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

 a { background-color: rgb(123,142,146); }

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

border-color css

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

 span { border-color: rgb(123,142,146); }

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