Html Css Color HEX #7FA8AB Ziggurat

📋 copy color: '#7FA8AB'

red 127 ◦ green 168 ◦ blue 171

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

Shades of Ziggurat #7FA8AB

Tints of Ziggurat #7FA8AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 27.25%
G = 36.05%
B = 36.7%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7FA8AB (or 0x7FA8AB) is known color: Ziggurat. HEX triplet: 7F, A8 and AB. RGB value is (127,168,171). Sum of RGB (Red+Green+Blue) = 127+168+171=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #7FA8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA8AB is #805754. Grayscale: #9C9C9C. Windows color (decimal): -8410965 or 11249791. OLE color: 11249791.

HSL color Cylindrical-coordinate representation of color #7FA8AB: hue angle of 184.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FA8AB is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 168 171 -
CMYK 0.26 0.02 0 0.33
HSL 184.09º 0.21% 0.58% -
HSV(B) 184.09º 0.26% 0.67% -
XYZ 30.11 35.46 43.79 -
YUV 156.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 127 168 171 0.26 0.02 0 0.33 184.09 0.21 0.58
Hex 7F A8 AB 1A 2 0 21 B8 15 3A
Octal 177 250 253 32 2 0 41 270 25 72
Binary 1111111 10101000 10101011 11010 10 0 100001 10111000 10101 111010

Color Harmonies of #7FA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA8AB

Black with #7FA8AB

Text Example


Text Example

White with #7FA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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