Html Css Color HEX #7FABB4 Ziggurat

📋 copy color: '#7FABB4'

red 127 ◦ green 171 ◦ blue 180

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

Shades of Ziggurat #7FABB4

Tints of Ziggurat #7FABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.66%

R = 26.57%
G = 35.77%
B = 37.66%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7FABB4 (or 0x7FABB4) is known color: Ziggurat. HEX triplet: 7F, AB and B4. RGB value is (127,171,180). Sum of RGB (Red+Green+Blue) = 127+171+180=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #7FABB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABB4 is #80544B. Grayscale: #9E9E9E. Windows color (decimal): -8410188 or 11840383. OLE color: 11840383.

HSL color Cylindrical-coordinate representation of color #7FABB4: hue angle of 190.19º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FABB4 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 171 180 -
CMYK 0.29 0.05 0 0.29
HSL 190.19º 0.26% 0.6% -
HSV(B) 190.19º 0.29% 0.71% -
XYZ 31.55 36.93 48.65 -
YUV 158.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 127 171 180 0.29 0.05 0 0.29 190.19 0.26 0.6
Hex 7F AB B4 1D 5 0 1D BE 1A 3C
Octal 177 253 264 35 5 0 35 276 32 74
Binary 1111111 10101011 10110100 11101 101 0 11101 10111110 11010 111100

Color Harmonies of #7FABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FABB4

Black with #7FABB4

Text Example


Text Example

White with #7FABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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