Html Css Color HEX #7FADAF Ziggurat

📋 copy color: '#7FADAF'

red 127 ◦ green 173 ◦ blue 175

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

Shades of Ziggurat #7FADAF

Tints of Ziggurat #7FADAF

RGB

 RED value IS 127 (50% from 255) = 26.74%

 GREEN value IS 173 (67.97% from 255) = 36.42%

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

R = 26.74%
G = 36.42%
B = 36.84%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7FADAF (or 0x7FADAF) is known color: Ziggurat. HEX triplet: 7F, AD and AF. RGB value is (127,173,175). Sum of RGB (Red+Green+Blue) = 127+173+175=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FADAF is #805250. Grayscale: #9F9F9F. Windows color (decimal): -8409681 or 11513215. OLE color: 11513215.

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

Color convert

RGB 127 173 175 -
CMYK 0.27 0.01 0 0.31
HSL 182.5º 0.23% 0.59% -
HSV(B) 182.5º 0.27% 0.69% -
XYZ 31.43 37.49 46.14 -
YUV 159.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 127 173 175 0.27 0.01 0 0.31 182.5 0.23 0.59
Hex 7F AD AF 1B 1 0 1F B6 17 3B
Octal 177 255 257 33 1 0 37 266 27 73
Binary 1111111 10101101 10101111 11011 1 0 11111 10110110 10111 111011

Color Harmonies of #7FADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADAF

Black with #7FADAF

Text Example


Text Example

White with #7FADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,175); }

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

background-color css

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

 a { background-color: rgb(127,173,175); }

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

border-color css

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

 span { border-color: rgb(127,173,175); }

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