Html Css Color HEX #769E8B Acapulco

📋 copy color: '#769E8B'

red 118 ◦ green 158 ◦ blue 139

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

Shades of Acapulco #769E8B

Tints of Acapulco #769E8B

RGB

 RED value IS 118 (46.48% from 255) = 28.43%

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

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 28.43%
G = 38.07%
B = 33.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#769E8B (or 0x769E8B) is known color: Acapulco. HEX triplet: 76, 9E and 8B. RGB value is (118,158,139). Sum of RGB (Red+Green+Blue) = 118+158+139=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 158 - color contains mainly: green. Hex color #769E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E8B is #896174. Grayscale: #8F8F8F. Windows color (decimal): -9003381 or 9150070. OLE color: 9150070.

HSL color Cylindrical-coordinate representation of color #769E8B: hue angle of 151.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769E8B is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 158 139 -
CMYK 0.25 0 0.12 0.38
HSL 151.5º 0.17% 0.54% -
HSV(B) 151.5º 0.25% 0.62% -
XYZ 24.36 30.17 28.97 -
YUV 143.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 118 158 139 0.25 0 0.12 0.38 151.5 0.17 0.54
Hex 76 9E 8B 19 0 C 26 98 11 36
Octal 166 236 213 31 0 14 46 230 21 66
Binary 1110110 10011110 10001011 11001 0 1100 100110 10011000 10001 110110

Color Harmonies of #769E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769E8B

Black with #769E8B

Text Example


Text Example

White with #769E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769E8B; }

 p { color: rgb(118,158,139); }

 H1.HeaderClassName
 {
   color: #769E8B;
 }
 .AnyTagClassName
 {
   color: #769E8B;
 }
</style>

background-color css

<style>
 a { background-color: #769E8B; }

 a { background-color: rgb(118,158,139); }

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

border-color css

<style>
 span { border-color: #769E8B; }

 span { border-color: rgb(118,158,139); }

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