Html Css Color HEX #7BAB9B Acapulco

📋 copy color: '#7BAB9B'

red 123 ◦ green 171 ◦ blue 155

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

Shades of Acapulco #7BAB9B

Tints of Acapulco #7BAB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 27.39%
G = 38.08%
B = 34.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#7BAB9B (or 0x7BAB9B) is known color: Acapulco. HEX triplet: 7B, AB and 9B. RGB value is (123,171,155). Sum of RGB (Red+Green+Blue) = 123+171+155=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAB9B is #845464. Grayscale: #9A9A9A. Windows color (decimal): -8672357 or 10201979. OLE color: 10201979.

HSL color Cylindrical-coordinate representation of color #7BAB9B: hue angle of 160º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAB9B is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 171 155 -
CMYK 0.28 0 0.09 0.33
HSL 160º 0.22% 0.58% -
HSV(B) 160º 0.28% 0.67% -
XYZ 28.65 35.7 36.39 -
YUV 154.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 123 171 155 0.28 0 0.09 0.33 160 0.22 0.58
Hex 7B AB 9B 1C 0 9 21 A0 16 3A
Octal 173 253 233 34 0 11 41 240 26 72
Binary 1111011 10101011 10011011 11100 0 1001 100001 10100000 10110 111010

Color Harmonies of #7BAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAB9B

Black with #7BAB9B

Text Example


Text Example

White with #7BAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,171,155); }

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

background-color css

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

 a { background-color: rgb(123,171,155); }

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

border-color css

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

 span { border-color: rgb(123,171,155); }

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