Html Css Color HEX #7AA5AD Ziggurat

📋 copy color: '#7AA5AD'

red 122 ◦ green 165 ◦ blue 173

#7AA5AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #7AA5AD

Tints of Ziggurat #7AA5AD

RGB

 RED value IS 122 (48.05% from 255) = 26.52%

 GREEN value IS 165 (64.84% from 255) = 35.87%

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 26.52%
G = 35.87%
B = 37.61%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7AA5AD (or 0x7AA5AD) is known color: Ziggurat. HEX triplet: 7A, A5 and AD. RGB value is (122,165,173). Sum of RGB (Red+Green+Blue) = 122+165+173=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #7AA5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA5AD is #855A52. Grayscale: #989898. Windows color (decimal): -8739411 or 11380090. OLE color: 11380090.

HSL color Cylindrical-coordinate representation of color #7AA5AD: hue angle of 189.41º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AA5AD is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 165 173 -
CMYK 0.29 0.05 0 0.32
HSL 189.41º 0.24% 0.58% -
HSV(B) 189.41º 0.29% 0.68% -
XYZ 29.02 34.06 44.58 -
YUV 153.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 122 165 173 0.29 0.05 0 0.32 189.41 0.24 0.58
Hex 7A A5 AD 1D 5 0 20 BD 18 3A
Octal 172 245 255 35 5 0 40 275 30 72
Binary 1111010 10100101 10101101 11101 101 0 100000 10111101 11000 111010

Color Harmonies of #7AA5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA5AD

Black with #7AA5AD

Text Example


Text Example

White with #7AA5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,165,173); }

 H1.HeaderClassName
 {
   color: #7AA5AD;
 }
 .AnyTagClassName
 {
   color: #7AA5AD;
 }
</style>

background-color css

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

 a { background-color: rgb(122,165,173); }

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

border-color css

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

 span { border-color: rgb(122,165,173); }

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