Html Css Color HEX #7B969E Bali Hai

📋 copy color: '#7B969E'

red 123 ◦ green 150 ◦ blue 158

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

Shades of Bali Hai #7B969E

Tints of Bali Hai #7B969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.8%

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 28.54%
G = 34.8%
B = 36.66%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B969E (or 0x7B969E) is known color: Bali Hai. HEX triplet: 7B, 96 and 9E. RGB value is (123,150,158). Sum of RGB (Red+Green+Blue) = 123+150+158=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B969E is #846961. Grayscale: #8E8E8E. Windows color (decimal): -8677730 or 10393211. OLE color: 10393211.

HSL color Cylindrical-coordinate representation of color #7B969E: hue angle of 193.71º 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 #7B969E is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 150 158 -
CMYK 0.22 0.05 0 0.38
HSL 193.71º 0.15% 0.55% -
HSV(B) 193.71º 0.22% 0.62% -
XYZ 25.25 28.49 36.52 -
YUV 142.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 123 150 158 0.22 0.05 0 0.38 193.71 0.15 0.55
Hex 7B 96 9E 16 5 0 26 C2 F 37
Octal 173 226 236 26 5 0 46 302 17 67
Binary 1111011 10010110 10011110 10110 101 0 100110 11000010 1111 110111

Color Harmonies of #7B969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B969E

Black with #7B969E

Text Example


Text Example

White with #7B969E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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