Html Css Color HEX #7EA3AF Ziggurat

📋 copy color: '#7EA3AF'

red 126 ◦ green 163 ◦ blue 175

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

Shades of Ziggurat #7EA3AF

Tints of Ziggurat #7EA3AF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 27.16%
G = 35.13%
B = 37.72%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7EA3AF (or 0x7EA3AF) is known color: Ziggurat. HEX triplet: 7E, A3 and AF. RGB value is (126,163,175). Sum of RGB (Red+Green+Blue) = 126+163+175=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EA3AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA3AF is #815C50. Grayscale: #999999. Windows color (decimal): -8477777 or 11510654. OLE color: 11510654.

HSL color Cylindrical-coordinate representation of color #7EA3AF: hue angle of 194.69º 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 #7EA3AF is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 163 175 -
CMYK 0.28 0.07 0 0.31
HSL 194.69º 0.23% 0.59% -
HSV(B) 194.69º 0.28% 0.69% -
XYZ 29.44 33.73 45.52 -
YUV 153.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 126 163 175 0.28 0.07 0 0.31 194.69 0.23 0.59
Hex 7E A3 AF 1C 7 0 1F C3 17 3B
Octal 176 243 257 34 7 0 37 303 27 73
Binary 1111110 10100011 10101111 11100 111 0 11111 11000011 10111 111011

Color Harmonies of #7EA3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA3AF

Black with #7EA3AF

Text Example


Text Example

White with #7EA3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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