Html Css Color HEX #7FABAF Ziggurat

📋 copy color: '#7FABAF'

red 127 ◦ green 171 ◦ blue 175

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

Shades of Ziggurat #7FABAF

Tints of Ziggurat #7FABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

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

R = 26.85%
G = 36.15%
B = 37%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7FABAF (or 0x7FABAF) is known color: Ziggurat. HEX triplet: 7F, AB and AF. RGB value is (127,171,175). Sum of RGB (Red+Green+Blue) = 127+171+175=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 171 (67.19% from 255 or 36.15% 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 #7FABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FABAF is #805450. Grayscale: #9E9E9E. Windows color (decimal): -8410193 or 11512703. OLE color: 11512703.

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

Color convert

RGB 127 171 175 -
CMYK 0.27 0.02 0 0.31
HSL 185º 0.23% 0.59% -
HSV(B) 185º 0.27% 0.69% -
XYZ 31.05 36.73 46.01 -
YUV 158.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 127 171 175 0.27 0.02 0 0.31 185 0.23 0.59
Hex 7F AB AF 1B 2 0 1F B9 17 3B
Octal 177 253 257 33 2 0 37 271 27 73
Binary 1111111 10101011 10101111 11011 10 0 11111 10111001 10111 111011

Color Harmonies of #7FABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FABAF

Black with #7FABAF

Text Example


Text Example

White with #7FABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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