Html Css Color HEX #7EACAF Ziggurat

📋 copy color: '#7EACAF'

red 126 ◦ green 172 ◦ blue 175

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

Shades of Ziggurat #7EACAF

Tints of Ziggurat #7EACAF

RGB

 RED value IS 126 (49.61% from 255) = 26.64%

 GREEN value IS 172 (67.58% from 255) = 36.36%

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

R = 26.64%
G = 36.36%
B = 37%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7EACAF (or 0x7EACAF) is known color: Ziggurat. HEX triplet: 7E, AC and AF. RGB value is (126,172,175). Sum of RGB (Red+Green+Blue) = 126+172+175=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACAF is #815350. Grayscale: #9E9E9E. Windows color (decimal): -8475473 or 11512958. OLE color: 11512958.

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

Color convert

RGB 126 172 175 -
CMYK 0.28 0.02 0 0.31
HSL 183.67º 0.23% 0.59% -
HSV(B) 183.67º 0.28% 0.69% -
XYZ 31.09 37.04 46.07 -
YUV 158.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 126 172 175 0.28 0.02 0 0.31 183.67 0.23 0.59
Hex 7E AC AF 1C 2 0 1F B8 17 3B
Octal 176 254 257 34 2 0 37 270 27 73
Binary 1111110 10101100 10101111 11100 10 0 11111 10111000 10111 111011

Color Harmonies of #7EACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACAF

Black with #7EACAF

Text Example


Text Example

White with #7EACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,172,175); }

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

background-color css

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

 a { background-color: rgb(126,172,175); }

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

border-color css

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

 span { border-color: rgb(126,172,175); }

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