Html Css Color HEX #7B9EA0 Ziggurat

📋 copy color: '#7B9EA0'

red 123 ◦ green 158 ◦ blue 160

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

Shades of Ziggurat #7B9EA0

Tints of Ziggurat #7B9EA0

RGB

 RED value IS 123 (48.44% from 255) = 27.89%

 GREEN value IS 158 (62.11% from 255) = 35.83%

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

R = 27.89%
G = 35.83%
B = 36.28%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7B9EA0 (or 0x7B9EA0) is known color: Ziggurat. HEX triplet: 7B, 9E and A0. RGB value is (123,158,160). Sum of RGB (Red+Green+Blue) = 123+158+160=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 160 - color contains mainly: blue. Hex color #7B9EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9EA0 is #84615F. Grayscale: #939393. Windows color (decimal): -8675680 or 10526331. OLE color: 10526331.

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

Color convert

RGB 123 158 160 -
CMYK 0.23 0.01 0 0.37
HSL 183.24º 0.16% 0.55% -
HSV(B) 183.24º 0.23% 0.63% -
XYZ 26.74 31.2 37.87 -
YUV 147.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 123 158 160 0.23 0.01 0 0.37 183.24 0.16 0.55
Hex 7B 9E A0 17 1 0 25 B7 10 37
Octal 173 236 240 27 1 0 45 267 20 67
Binary 1111011 10011110 10100000 10111 1 0 100101 10110111 10000 110111

Color Harmonies of #7B9EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9EA0

Black with #7B9EA0

Text Example


Text Example

White with #7B9EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,158,160); }

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

background-color css

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

 a { background-color: rgb(123,158,160); }

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

border-color css

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

 span { border-color: rgb(123,158,160); }

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