Html Css Color HEX #729F8A Acapulco

📋 copy color: '#729F8A'

red 114 ◦ green 159 ◦ blue 138

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

Shades of Acapulco #729F8A

Tints of Acapulco #729F8A

RGB

 RED value IS 114 (44.92% from 255) = 27.74%

 GREEN value IS 159 (62.5% from 255) = 38.69%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 27.74%
G = 38.69%
B = 33.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#729F8A (or 0x729F8A) is known color: Acapulco. HEX triplet: 72, 9F and 8A. RGB value is (114,159,138). Sum of RGB (Red+Green+Blue) = 114+159+138=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #729F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729F8A is #8D6075. Grayscale: #8F8F8F. Windows color (decimal): -9265270 or 9084786. OLE color: 9084786.

HSL color Cylindrical-coordinate representation of color #729F8A: hue angle of 152º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729F8A is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 159 138 -
CMYK 0.28 0 0.13 0.38
HSL 152º 0.19% 0.54% -
HSV(B) 152º 0.28% 0.62% -
XYZ 23.93 30.21 28.61 -
YUV 143.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 114 159 138 0.28 0 0.13 0.38 152 0.19 0.54
Hex 72 9F 8A 1C 0 D 26 98 13 36
Octal 162 237 212 34 0 15 46 230 23 66
Binary 1110010 10011111 10001010 11100 0 1101 100110 10011000 10011 110110

Color Harmonies of #729F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729F8A

Black with #729F8A

Text Example


Text Example

White with #729F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729F8A; }

 p { color: rgb(114,159,138); }

 H1.HeaderClassName
 {
   color: #729F8A;
 }
 .AnyTagClassName
 {
   color: #729F8A;
 }
</style>

background-color css

<style>
 a { background-color: #729F8A; }

 a { background-color: rgb(114,159,138); }

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

border-color css

<style>
 span { border-color: #729F8A; }

 span { border-color: rgb(114,159,138); }

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