Html Css Color HEX #7C999F Ziggurat

📋 copy color: '#7C999F'

red 124 ◦ green 153 ◦ blue 159

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

Shades of Ziggurat #7C999F

Tints of Ziggurat #7C999F

RGB

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

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

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

R = 28.44%
G = 35.09%
B = 36.47%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C999F (or 0x7C999F) is known color: Ziggurat. HEX triplet: 7C, 99 and 9F. RGB value is (124,153,159). Sum of RGB (Red+Green+Blue) = 124+153+159=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C999F is #836660. Grayscale: #909090. Windows color (decimal): -8611425 or 10459516. OLE color: 10459516.

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

Color convert

RGB 124 153 159 -
CMYK 0.22 0.04 0 0.38
HSL 190.29º 0.15% 0.55% -
HSV(B) 190.29º 0.22% 0.62% -
XYZ 25.96 29.57 37.14 -
YUV 145.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 124 153 159 0.22 0.04 0 0.38 190.29 0.15 0.55
Hex 7C 99 9F 16 4 0 26 BE F 37
Octal 174 231 237 26 4 0 46 276 17 67
Binary 1111100 10011001 10011111 10110 100 0 100110 10111110 1111 110111

Color Harmonies of #7C999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C999F

Black with #7C999F

Text Example


Text Example

White with #7C999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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