Html Css Color HEX #487F79 Breaker Bay

📋 copy color: '#487F79'

red 72 ◦ green 127 ◦ blue 121

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

Shades of Breaker Bay #487F79

Tints of Breaker Bay #487F79

RGB

 RED value IS 72 (28.52% from 255) = 22.5%

 GREEN value IS 127 (50% from 255) = 39.69%

 BLUE value IS 121 (47.66% from 255) = 37.81%

R = 22.5%
G = 39.69%
B = 37.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#487F79 (or 0x487F79) is known color: Breaker Bay. HEX triplet: 48, 7F and 79. RGB value is (72,127,121). Sum of RGB (Red+Green+Blue) = 72+127+121=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #487F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487F79 is #B78086. Grayscale: #6D6D6D. Windows color (decimal): -12025991 or 7962440. OLE color: 7962440.

HSL color Cylindrical-coordinate representation of color #487F79: hue angle of 173.45º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487F79 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 127 121 -
CMYK 0.43 0 0.05 0.50
HSL 173.45º 0.28% 0.39% -
HSV(B) 173.45º 0.43% 0.5% -
XYZ 13.71 17.94 20.83 -
YUV 109.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 72 127 121 0.43 0 0.05 0.50 173.45 0.28 0.39
Hex 48 7F 79 2B 0 5 32 AD 1C 27
Octal 110 177 171 53 0 5 62 255 34 47
Binary 1001000 1111111 1111001 101011 0 101 110010 10101101 11100 100111

Color Harmonies of #487F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F79

Black with #487F79

Text Example


Text Example

White with #487F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487F79; }

 p { color: rgb(72,127,121); }

 H1.HeaderClassName
 {
   color: #487F79;
 }
 .AnyTagClassName
 {
   color: #487F79;
 }
</style>

background-color css

<style>
 a { background-color: #487F79; }

 a { background-color: rgb(72,127,121); }

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

border-color css

<style>
 span { border-color: #487F79; }

 span { border-color: rgb(72,127,121); }

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