Html Css Color HEX #799B9D Ziggurat

📋 copy color: '#799B9D'

red 121 ◦ green 155 ◦ blue 157

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

Shades of Ziggurat #799B9D

Tints of Ziggurat #799B9D

RGB

 RED value IS 121 (47.66% from 255) = 27.94%

 GREEN value IS 155 (60.94% from 255) = 35.8%

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

R = 27.94%
G = 35.8%
B = 36.26%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#799B9D (or 0x799B9D) is known color: Ziggurat. HEX triplet: 79, 9B and 9D. RGB value is (121,155,157). Sum of RGB (Red+Green+Blue) = 121+155+157=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #799B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B9D is #866462. Grayscale: #919191. Windows color (decimal): -8807523 or 10328953. OLE color: 10328953.

HSL color Cylindrical-coordinate representation of color #799B9D: hue angle of 183.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799B9D is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 155 157 -
CMYK 0.23 0.01 0 0.38
HSL 183.33º 0.16% 0.55% -
HSV(B) 183.33º 0.23% 0.62% -
XYZ 25.69 29.94 36.32 -
YUV 145.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 121 155 157 0.23 0.01 0 0.38 183.33 0.16 0.55
Hex 79 9B 9D 17 1 0 26 B7 10 37
Octal 171 233 235 27 1 0 46 267 20 67
Binary 1111001 10011011 10011101 10111 1 0 100110 10110111 10000 110111

Color Harmonies of #799B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B9D

Black with #799B9D

Text Example


Text Example

White with #799B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799B9D; }

 p { color: rgb(121,155,157); }

 H1.HeaderClassName
 {
   color: #799B9D;
 }
 .AnyTagClassName
 {
   color: #799B9D;
 }
</style>

background-color css

<style>
 a { background-color: #799B9D; }

 a { background-color: rgb(121,155,157); }

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

border-color css

<style>
 span { border-color: #799B9D; }

 span { border-color: rgb(121,155,157); }

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