#7BA5AB

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

Shades of Ziggurat #7BA5AB

Tints of Ziggurat #7BA5AB

Color information

#7BA5AB (or 0x7BA5AB) is unknown color: approx Ziggurat. HEX triplet: 7B, A5 and AB. RGB value is (123,165,171). Sum of RGB (Red+Green+Blue) = 123+165+171=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #7BA5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA5AB is #845A54. Grayscale: #999999. Windows color (decimal): -8673877 or 11249019. OLE color: 11249019.

HSL color Cylindrical-coordinate representation of color #7BA5AB: hue angle of 187.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BA5AB is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123165171-
CMYK0.280.0400.33
HSL187.5º22.22%57.65%-
HSV(B)187.5º28.07%67.06%-
XYZ28.9734.0643.58-
YUV153.13138.09106.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.80%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=26.80%
G=35.95%
B=37.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231651710.280.0400.33187.522.2257.65
Hex7BA5AB1C4021bc163a
Octal1732452533440412742672
Binary111101110100101101010111110010001000011011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,165,171); }

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

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

 a { background-color: rgb(123,165,171); }

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

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

 span { border-color: rgb(123,165,171); }

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