Html Css Color HEX #487775 Breaker Bay

📋 copy color: '#487775'

red 72 ◦ green 119 ◦ blue 117

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

Shades of Breaker Bay #487775

Tints of Breaker Bay #487775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 23.38%
G = 38.64%
B = 37.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#487775 (or 0x487775) is known color: Breaker Bay. HEX triplet: 48, 77 and 75. RGB value is (72,119,117). Sum of RGB (Red+Green+Blue) = 72+119+117=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #487775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487775 is #B7888A. Grayscale: #686868. Windows color (decimal): -12028043 or 7698248. OLE color: 7698248.

HSL color Cylindrical-coordinate representation of color #487775: hue angle of 177.45º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487775 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 117 -
CMYK 0.39 0 0.02 0.53
HSL 177.45º 0.25% 0.37% -
HSV(B) 177.45º 0.39% 0.47% -
XYZ 12.48 15.86 19.23 -
YUV 104.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 72 119 117 0.39 0 0.02 0.53 177.45 0.25 0.37
Hex 48 77 75 27 0 2 35 B1 19 25
Octal 110 167 165 47 0 2 65 261 31 45
Binary 1001000 1110111 1110101 100111 0 10 110101 10110001 11001 100101

Color Harmonies of #487775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487775

Black with #487775

Text Example


Text Example

White with #487775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487775; }

 p { color: rgb(72,119,117); }

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

background-color css

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

 a { background-color: rgb(72,119,117); }

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

border-color css

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

 span { border-color: rgb(72,119,117); }

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