Html Css Color HEX #7DAAAF Ziggurat

📋 copy color: '#7DAAAF'

red 125 ◦ green 170 ◦ blue 175

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

Shades of Ziggurat #7DAAAF

Tints of Ziggurat #7DAAAF

RGB

 RED value IS 125 (49.22% from 255) = 26.6%

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 26.6%
G = 36.17%
B = 37.23%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7DAAAF (or 0x7DAAAF) is known color: Ziggurat. HEX triplet: 7D, AA and AF. RGB value is (125,170,175). Sum of RGB (Red+Green+Blue) = 125+170+175=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #7DAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAAF is #825550. Grayscale: #9D9D9D. Windows color (decimal): -8541521 or 11512445. OLE color: 11512445.

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

Color convert

RGB 125 170 175 -
CMYK 0.29 0.03 0 0.31
HSL 186º 0.24% 0.59% -
HSV(B) 186º 0.29% 0.69% -
XYZ 30.57 36.2 45.93 -
YUV 157.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 125 170 175 0.29 0.03 0 0.31 186 0.24 0.59
Hex 7D AA AF 1D 3 0 1F BA 18 3B
Octal 175 252 257 35 3 0 37 272 30 73
Binary 1111101 10101010 10101111 11101 11 0 11111 10111010 11000 111011

Color Harmonies of #7DAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAAAF

Black with #7DAAAF

Text Example


Text Example

White with #7DAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,170,175); }

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

background-color css

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

 a { background-color: rgb(125,170,175); }

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

border-color css

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

 span { border-color: rgb(125,170,175); }

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