Html Css Color HEX #477A75 Breaker Bay

📋 copy color: '#477A75'

red 71 ◦ green 122 ◦ blue 117

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

Shades of Breaker Bay #477A75

Tints of Breaker Bay #477A75

RGB

 RED value IS 71 (28.13% from 255) = 22.9%

 GREEN value IS 122 (48.05% from 255) = 39.35%

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

R = 22.9%
G = 39.35%
B = 37.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#477A75 (or 0x477A75) is known color: Breaker Bay. HEX triplet: 47, 7A and 75. RGB value is (71,122,117). Sum of RGB (Red+Green+Blue) = 71+122+117=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #477A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A75 is #B8858A. Grayscale: #6A6A6A. Windows color (decimal): -12092811 or 7699015. OLE color: 7699015.

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

Color convert

RGB 71 122 117 -
CMYK 0.42 0 0.04 0.52
HSL 174.12º 0.26% 0.38% -
HSV(B) 174.12º 0.42% 0.48% -
XYZ 12.77 16.54 19.35 -
YUV 106.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 71 122 117 0.42 0 0.04 0.52 174.12 0.26 0.38
Hex 47 7A 75 2A 0 4 34 AE 1A 26
Octal 107 172 165 52 0 4 64 256 32 46
Binary 1000111 1111010 1110101 101010 0 100 110100 10101110 11010 100110

Color Harmonies of #477A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A75

Black with #477A75

Text Example


Text Example

White with #477A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477A75; }

 p { color: rgb(71,122,117); }

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

background-color css

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

 a { background-color: rgb(71,122,117); }

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

border-color css

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

 span { border-color: rgb(71,122,117); }

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