Html Css Color HEX #7698A0 Ziggurat

📋 copy color: '#7698A0'

red 118 ◦ green 152 ◦ blue 160

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

Shades of Ziggurat #7698A0

Tints of Ziggurat #7698A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.21%

R = 27.44%
G = 35.35%
B = 37.21%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7698A0 (or 0x7698A0) is known color: Ziggurat. HEX triplet: 76, 98 and A0. RGB value is (118,152,160). Sum of RGB (Red+Green+Blue) = 118+152+160=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 160 - color contains mainly: blue. Hex color #7698A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7698A0 is #89675F. Grayscale: #8E8E8E. Windows color (decimal): -9004896 or 10524790. OLE color: 10524790.

HSL color Cylindrical-coordinate representation of color #7698A0: hue angle of 191.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7698A0 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 152 160 -
CMYK 0.26 0.05 0 0.37
HSL 191.43º 0.18% 0.55% -
HSV(B) 191.43º 0.26% 0.63% -
XYZ 25.04 28.85 37.51 -
YUV 142.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 118 152 160 0.26 0.05 0 0.37 191.43 0.18 0.55
Hex 76 98 A0 1A 5 0 25 BF 12 37
Octal 166 230 240 32 5 0 45 277 22 67
Binary 1110110 10011000 10100000 11010 101 0 100101 10111111 10010 110111

Color Harmonies of #7698A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698A0

Black with #7698A0

Text Example


Text Example

White with #7698A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7698A0; }

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

 H1.HeaderClassName
 {
   color: #7698A0;
 }
 .AnyTagClassName
 {
   color: #7698A0;
 }
</style>

background-color css

<style>
 a { background-color: #7698A0; }

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

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

border-color css

<style>
 span { border-color: #7698A0; }

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

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