#77B898

Color #77B898 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #77B898

Tints of Padua #77B898

Color information

#77B898 (or 0x77B898) is unknown color: approx Padua. HEX triplet: 77, B8 and 98. RGB value is (119,184,152). Sum of RGB (Red+Green+Blue) = 119+184+152=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #77B898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B898 is #884767. Grayscale: #A0A0A0. Windows color (decimal): -8931176 or 10008695. OLE color: 10008695.

HSL color Cylindrical-coordinate representation of color #77B898: hue angle of 150.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B898 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB119184152-
CMYK0.3500.170.28
HSL150.46º31.4%59.41%-
HSV(B)150.46º35.33%72.16%-
XYZ30.4240.4735.91-
YUV160.92122.9798.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=26.15%
G=40.44%
B=33.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1191841520.3500.170.28150.4631.459.41
Hex77B898230111C961f3b
Octal16727023043021342263773
Binary11101111011100010011000100011010001111001001011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B898; }

 p { color: rgb(119,184,152); }

 H1.HeaderClassName
 {
   color: #77B898;
 }
 .AnyTagClassName
 {
   color: #77B898;
 }
</style>
background-color css

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

 a { background-color: rgb(119,184,152); }

 div.DivClassName
 {
   background-color: #77B898;
 }
 .BgClassName
 {
   background-color: #77B898;
 }
</style>
border-color css

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

 span { border-color: rgb(119,184,152); }

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