Html Css Color HEX #7FACB2 Ziggurat

📋 copy color: '#7FACB2'

red 127 ◦ green 172 ◦ blue 178

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

Shades of Ziggurat #7FACB2

Tints of Ziggurat #7FACB2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.06%

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 26.62%
G = 36.06%
B = 37.32%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7FACB2 (or 0x7FACB2) is known color: Ziggurat. HEX triplet: 7F, AC and B2. RGB value is (127,172,178). Sum of RGB (Red+Green+Blue) = 127+172+178=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #7FACB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACB2 is #80534D. Grayscale: #9F9F9F. Windows color (decimal): -8409934 or 11709567. OLE color: 11709567.

HSL color Cylindrical-coordinate representation of color #7FACB2: hue angle of 187.06º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FACB2 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 172 178 -
CMYK 0.29 0.03 0 0.30
HSL 187.06º 0.25% 0.6% -
HSV(B) 187.06º 0.29% 0.7% -
XYZ 31.54 37.23 47.64 -
YUV 159.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 127 172 178 0.29 0.03 0 0.30 187.06 0.25 0.6
Hex 7F AC B2 1D 3 0 1E BB 19 3C
Octal 177 254 262 35 3 0 36 273 31 74
Binary 1111111 10101100 10110010 11101 11 0 11110 10111011 11001 111100

Color Harmonies of #7FACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACB2

Black with #7FACB2

Text Example


Text Example

White with #7FACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,178); }

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

background-color css

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

 a { background-color: rgb(127,172,178); }

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

border-color css

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

 span { border-color: rgb(127,172,178); }

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