#7BA4AF

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

Shades of Ziggurat #7BA4AF

Tints of Ziggurat #7BA4AF

Color information

#7BA4AF (or 0x7BA4AF) is unknown color: approx Ziggurat. HEX triplet: 7B, A4 and AF. RGB value is (123,164,175). Sum of RGB (Red+Green+Blue) = 123+164+175=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #7BA4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA4AF is #845B50. Grayscale: #989898. Windows color (decimal): -8674129 or 11510907. OLE color: 11510907.

HSL color Cylindrical-coordinate representation of color #7BA4AF: hue angle of 192.69º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BA4AF is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123164175-
CMYK0.300.0600.31
HSL192.69º24.53%58.43%-
HSV(B)192.69º29.71%68.63%-
XYZ29.1833.8645.55-
YUV153140.42106.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.62%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=26.62%
G=35.50%
B=37.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231641750.300.0600.31192.6924.5358.43
Hex7BA4AF1E601Fc1193a
Octal1732442573660373013172
Binary11110111010010010101111111101100111111100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,164,175); }

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

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

 a { background-color: rgb(123,164,175); }

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

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

 span { border-color: rgb(123,164,175); }

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