Html Css Color HEX #487B7A Breaker Bay

📋 copy color: '#487B7A'

red 72 ◦ green 123 ◦ blue 122

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

Shades of Breaker Bay #487B7A

Tints of Breaker Bay #487B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.8%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 22.71%
G = 38.8%
B = 38.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#487B7A (or 0x487B7A) is known color: Breaker Bay. HEX triplet: 48, 7B and 7A. RGB value is (72,123,122). Sum of RGB (Red+Green+Blue) = 72+123+122=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #487B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B7A is #B78485. Grayscale: #6B6B6B. Windows color (decimal): -12027014 or 8026952. OLE color: 8026952.

HSL color Cylindrical-coordinate representation of color #487B7A: hue angle of 178.82º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487B7A is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 123 122 -
CMYK 0.41 0 0.01 0.52
HSL 178.82º 0.26% 0.38% -
HSV(B) 178.82º 0.41% 0.48% -
XYZ 13.27 16.95 20.98 -
YUV 107.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 72 123 122 0.41 0 0.01 0.52 178.82 0.26 0.38
Hex 48 7B 7A 29 0 1 34 B3 1A 26
Octal 110 173 172 51 0 1 64 263 32 46
Binary 1001000 1111011 1111010 101001 0 1 110100 10110011 11010 100110

Color Harmonies of #487B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487B7A

Black with #487B7A

Text Example


Text Example

White with #487B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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