Html Css Color HEX #879092 Regent Grey

📋 copy color: '#879092'

red 135 ◦ green 144 ◦ blue 146

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

Shades of Regent Grey #879092

Tints of Regent Grey #879092

RGB

 RED value IS 135 (53.13% from 255) = 31.76%

 GREEN value IS 144 (56.64% from 255) = 33.88%

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

R = 31.76%
G = 33.88%
B = 34.35%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#879092 (or 0x879092) is known color: Regent Grey. HEX triplet: 87, 90 and 92. RGB value is (135,144,146). Sum of RGB (Red+Green+Blue) = 135+144+146=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 146 - color contains mainly: blue. Hex color #879092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879092 is #786F6D. Grayscale: #8D8D8D. Windows color (decimal): -7892846 or 9605255. OLE color: 9605255.

HSL color Cylindrical-coordinate representation of color #879092: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #879092 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 144 146 -
CMYK 0.08 0.01 0 0.43
HSL 190.91º 0.05% 0.55% -
HSV(B) 190.91º 0.08% 0.57% -
XYZ 25.15 27.17 31.11 -
YUV 141.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 135 144 146 0.08 0.01 0 0.43 190.91 0.05 0.55
Hex 87 90 92 8 1 0 2B BF 5 37
Octal 207 220 222 10 1 0 53 277 5 67
Binary 10000111 10010000 10010010 1000 1 0 101011 10111111 101 110111

Color Harmonies of #879092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879092

Black with #879092

Text Example


Text Example

White with #879092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879092; }

 p { color: rgb(135,144,146); }

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

background-color css

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

 a { background-color: rgb(135,144,146); }

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

border-color css

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

 span { border-color: rgb(135,144,146); }

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