#7BA2A5

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

Shades of Ziggurat #7BA2A5

Tints of Ziggurat #7BA2A5

Color information

#7BA2A5 (or 0x7BA2A5) is unknown color: approx Ziggurat. HEX triplet: 7B, A2 and A5. RGB value is (123,162,165). Sum of RGB (Red+Green+Blue) = 123+162+165=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 165 - color contains mainly: blue. Hex color #7BA2A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA2A5 is #845D5A. Grayscale: #969696. Windows color (decimal): -8674651 or 10855035. OLE color: 10855035.

HSL color Cylindrical-coordinate representation of color #7BA2A5: hue angle of 184.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA2A5 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB123162165-
CMYK0.250.0200.35
HSL184.29º18.92%56.47%-
HSV(B)184.29º25.45%64.71%-
XYZ27.8832.7740.45-
YUV150.68136.08108.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.33%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 165 (64.84% from 255) = 36.67%
R=27.33%
G=36%
B=36.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231621650.250.0200.35184.2918.9256.47
Hex7BA2A5192023b81338
Octal1732422453120432702370
Binary11110111010001010100101110011001000111011100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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