#7FABB1

Color #7FABB1 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #7FABB1

Tints of Ziggurat #7FABB1

Color information

#7FABB1 (or 0x7FABB1) is unknown color: approx Ziggurat. HEX triplet: 7F, AB and B1. RGB value is (127,171,177). Sum of RGB (Red+Green+Blue) = 127+171+177=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #7FABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FABB1 is #80544E. Grayscale: #9E9E9E. Windows color (decimal): -8410191 or 11643775. OLE color: 11643775.

HSL color Cylindrical-coordinate representation of color #7FABB1: hue angle of 187.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FABB1 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127171177-
CMYK0.280.0300.31
HSL187.2º24.27%59.61%-
HSV(B)187.2º28.25%69.41%-
XYZ31.2536.8147.05-
YUV158.53138.42105.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.74%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=26.74%
G=36%
B=37.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271711770.280.0300.31187.224.2759.61
Hex7FABB11C301Fbb183c
Octal1772532613430372733074
Binary1111111101010111011000111100110111111011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,171,177); }

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

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

 a { background-color: rgb(127,171,177); }

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

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

 span { border-color: rgb(127,171,177); }

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