Html Css Color HEX #487C7B Breaker Bay

📋 copy color: '#487C7B'

red 72 ◦ green 124 ◦ blue 123

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

Shades of Breaker Bay #487C7B

Tints of Breaker Bay #487C7B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 22.57%
G = 38.87%
B = 38.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#487C7B (or 0x487C7B) is known color: Breaker Bay. HEX triplet: 48, 7C and 7B. RGB value is (72,124,123). Sum of RGB (Red+Green+Blue) = 72+124+123=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #487C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C7B is #B78384. Grayscale: #6C6C6C. Windows color (decimal): -12026757 or 8092744. OLE color: 8092744.

HSL color Cylindrical-coordinate representation of color #487C7B: hue angle of 178.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C7B is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 124 123 -
CMYK 0.42 0 0.01 0.51
HSL 178.85º 0.27% 0.38% -
HSV(B) 178.85º 0.42% 0.49% -
XYZ 13.46 17.22 21.35 -
YUV 108.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 72 124 123 0.42 0 0.01 0.51 178.85 0.27 0.38
Hex 48 7C 7B 2A 0 1 33 B3 1B 26
Octal 110 174 173 52 0 1 63 263 33 46
Binary 1001000 1111100 1111011 101010 0 1 110011 10110011 11011 100110

Color Harmonies of #487C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487C7B

Black with #487C7B

Text Example


Text Example

White with #487C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,124,123); }

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

background-color css

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

 a { background-color: rgb(72,124,123); }

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

border-color css

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

 span { border-color: rgb(72,124,123); }

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