Html Css Color HEX #7C999D Ziggurat

📋 copy color: '#7C999D'

red 124 ◦ green 153 ◦ blue 157

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

Shades of Ziggurat #7C999D

Tints of Ziggurat #7C999D

RGB

 RED value IS 124 (48.83% from 255) = 28.57%

 GREEN value IS 153 (60.16% from 255) = 35.25%

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 28.57%
G = 35.25%
B = 36.18%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C999D (or 0x7C999D) is known color: Ziggurat. HEX triplet: 7C, 99 and 9D. RGB value is (124,153,157). Sum of RGB (Red+Green+Blue) = 124+153+157=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C999D is #836662. Grayscale: #909090. Windows color (decimal): -8611427 or 10328444. OLE color: 10328444.

HSL color Cylindrical-coordinate representation of color #7C999D: hue angle of 187.27º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C999D is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 153 157 -
CMYK 0.21 0.03 0 0.38
HSL 187.27º 0.14% 0.55% -
HSV(B) 187.27º 0.21% 0.62% -
XYZ 25.79 29.5 36.23 -
YUV 144.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 124 153 157 0.21 0.03 0 0.38 187.27 0.14 0.55
Hex 7C 99 9D 15 3 0 26 BB E 37
Octal 174 231 235 25 3 0 46 273 16 67
Binary 1111100 10011001 10011101 10101 11 0 100110 10111011 1110 110111

Color Harmonies of #7C999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C999D

Black with #7C999D

Text Example


Text Example

White with #7C999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,153,157); }

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

background-color css

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

 a { background-color: rgb(124,153,157); }

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

border-color css

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

 span { border-color: rgb(124,153,157); }

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