Html Css Color HEX #84A79C Cascade

📋 copy color: '#84A79C'

red 132 ◦ green 167 ◦ blue 156

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

Shades of Cascade #84A79C

Tints of Cascade #84A79C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.7%

 BLUE value IS 156 (61.33% from 255) = 34.29%

R = 29.01%
G = 36.7%
B = 34.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#84A79C (or 0x84A79C) is known color: Cascade. HEX triplet: 84, A7 and 9C. RGB value is (132,167,156). Sum of RGB (Red+Green+Blue) = 132+167+156=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 167 - color contains mainly: green. Hex color #84A79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A79C is #7B5863. Grayscale: #9B9B9B. Windows color (decimal): -8083556 or 10266500. OLE color: 10266500.

HSL color Cylindrical-coordinate representation of color #84A79C: hue angle of 161.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A79C is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 167 156 -
CMYK 0.21 0 0.07 0.35
HSL 161.14º 0.17% 0.59% -
HSV(B) 161.14º 0.21% 0.65% -
XYZ 29.34 34.94 36.65 -
YUV 155.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 132 167 156 0.21 0 0.07 0.35 161.14 0.17 0.59
Hex 84 A7 9C 15 0 7 23 A1 11 3B
Octal 204 247 234 25 0 7 43 241 21 73
Binary 10000100 10100111 10011100 10101 0 111 100011 10100001 10001 111011

Color Harmonies of #84A79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A79C

Black with #84A79C

Text Example


Text Example

White with #84A79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A79C; }

 p { color: rgb(132,167,156); }

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

background-color css

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

 a { background-color: rgb(132,167,156); }

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

border-color css

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

 span { border-color: rgb(132,167,156); }

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