Html Css Color HEX #848F92 Regent Grey

📋 copy color: '#848F92'

red 132 ◦ green 143 ◦ blue 146

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

Shades of Regent Grey #848F92

Tints of Regent Grey #848F92

RGB

 RED value IS 132 (51.95% from 255) = 31.35%

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

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

R = 31.35%
G = 33.97%
B = 34.68%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#848F92 (or 0x848F92) is known color: Regent Grey. HEX triplet: 84, 8F and 92. RGB value is (132,143,146). Sum of RGB (Red+Green+Blue) = 132+143+146=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 146 - color contains mainly: blue. Hex color #848F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848F92 is #7B706D. Grayscale: #8C8C8C. Windows color (decimal): -8089710 or 9604996. OLE color: 9604996.

HSL color Cylindrical-coordinate representation of color #848F92: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848F92 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 143 146 -
CMYK 0.10 0.02 0 0.43
HSL 192.86º 0.06% 0.55% -
HSV(B) 192.86º 0.1% 0.57% -
XYZ 24.53 26.63 31.04 -
YUV 140.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 132 143 146 0.10 0.02 0 0.43 192.86 0.06 0.55
Hex 84 8F 92 A 2 0 2B C1 6 37
Octal 204 217 222 12 2 0 53 301 6 67
Binary 10000100 10001111 10010010 1010 10 0 101011 11000001 110 110111

Color Harmonies of #848F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848F92

Black with #848F92

Text Example


Text Example

White with #848F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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