Html Css Color HEX #76989F Ziggurat

📋 copy color: '#76989F'

red 118 ◦ green 152 ◦ blue 159

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

Shades of Ziggurat #76989F

Tints of Ziggurat #76989F

RGB

 RED value IS 118 (46.48% from 255) = 27.51%

 GREEN value IS 152 (59.77% from 255) = 35.43%

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 27.51%
G = 35.43%
B = 37.06%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76989F (or 0x76989F) is known color: Ziggurat. HEX triplet: 76, 98 and 9F. RGB value is (118,152,159). Sum of RGB (Red+Green+Blue) = 118+152+159=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #76989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76989F is #896760. Grayscale: #8E8E8E. Windows color (decimal): -9004897 or 10459254. OLE color: 10459254.

HSL color Cylindrical-coordinate representation of color #76989F: hue angle of 190.24º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76989F is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 152 159 -
CMYK 0.26 0.04 0 0.38
HSL 190.24º 0.18% 0.54% -
HSV(B) 190.24º 0.26% 0.62% -
XYZ 24.96 28.81 37.05 -
YUV 142.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 118 152 159 0.26 0.04 0 0.38 190.24 0.18 0.54
Hex 76 98 9F 1A 4 0 26 BE 12 36
Octal 166 230 237 32 4 0 46 276 22 66
Binary 1110110 10011000 10011111 11010 100 0 100110 10111110 10010 110110

Color Harmonies of #76989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76989F

Black with #76989F

Text Example


Text Example

White with #76989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76989F; }

 p { color: rgb(118,152,159); }

 H1.HeaderClassName
 {
   color: #76989F;
 }
 .AnyTagClassName
 {
   color: #76989F;
 }
</style>

background-color css

<style>
 a { background-color: #76989F; }

 a { background-color: rgb(118,152,159); }

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

border-color css

<style>
 span { border-color: #76989F; }

 span { border-color: rgb(118,152,159); }

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