Html Css Color HEX #7DA8AD Ziggurat

📋 copy color: '#7DA8AD'

red 125 ◦ green 168 ◦ blue 173

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

Shades of Ziggurat #7DA8AD

Tints of Ziggurat #7DA8AD

RGB

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

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

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

R = 26.82%
G = 36.05%
B = 37.12%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7DA8AD (or 0x7DA8AD) is known color: Ziggurat. HEX triplet: 7D, A8 and AD. RGB value is (125,168,173). Sum of RGB (Red+Green+Blue) = 125+168+173=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #7DA8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA8AD is #825752. Grayscale: #9B9B9B. Windows color (decimal): -8542035 or 11380861. OLE color: 11380861.

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

Color convert

RGB 125 168 173 -
CMYK 0.28 0.03 0 0.32
HSL 186.25º 0.23% 0.58% -
HSV(B) 186.25º 0.28% 0.68% -
XYZ 30 35.38 44.78 -
YUV 155.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 125 168 173 0.28 0.03 0 0.32 186.25 0.23 0.58
Hex 7D A8 AD 1C 3 0 20 BA 17 3A
Octal 175 250 255 34 3 0 40 272 27 72
Binary 1111101 10101000 10101101 11100 11 0 100000 10111010 10111 111010

Color Harmonies of #7DA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA8AD

Black with #7DA8AD

Text Example


Text Example

White with #7DA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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