Html Css Color HEX #7DA8AC Ziggurat

📋 copy color: '#7DA8AC'

red 125 ◦ green 168 ◦ blue 172

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

Shades of Ziggurat #7DA8AC

Tints of Ziggurat #7DA8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.13%

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 26.88%
G = 36.13%
B = 36.99%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7DA8AC (or 0x7DA8AC) is known color: Ziggurat. HEX triplet: 7D, A8 and AC. RGB value is (125,168,172). Sum of RGB (Red+Green+Blue) = 125+168+172=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #7DA8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA8AC is #825753. Grayscale: #9B9B9B. Windows color (decimal): -8542036 or 11315325. OLE color: 11315325.

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

Color convert

RGB 125 168 172 -
CMYK 0.27 0.02 0 0.33
HSL 185.11º 0.22% 0.58% -
HSV(B) 185.11º 0.27% 0.67% -
XYZ 29.91 35.34 44.28 -
YUV 155.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 125 168 172 0.27 0.02 0 0.33 185.11 0.22 0.58
Hex 7D A8 AC 1B 2 0 21 B9 16 3A
Octal 175 250 254 33 2 0 41 271 26 72
Binary 1111101 10101000 10101100 11011 10 0 100001 10111001 10110 111010

Color Harmonies of #7DA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA8AC

Black with #7DA8AC

Text Example


Text Example

White with #7DA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,168,172); }

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

background-color css

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

 a { background-color: rgb(125,168,172); }

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

border-color css

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

 span { border-color: rgb(125,168,172); }

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