#4D7975

Color #4D7975 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #4D7975

Tints of Breaker Bay #4D7975

Color information

#4D7975 (or 0x4D7975) is unknown color: approx Breaker Bay. HEX triplet: 4D, 79 and 75. RGB value is (77,121,117). Sum of RGB (Red+Green+Blue) = 77+121+117=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #4D7975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7975 is #B2868A. Grayscale: #6B6B6B. Windows color (decimal): -11699851 or 7698765. OLE color: 7698765.

HSL color Cylindrical-coordinate representation of color #4D7975: hue angle of 174.55º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D7975 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB77121117-
CMYK0.3600.030.53
HSL174.55º22.22%38.82%-
HSV(B)174.55º36.36%47.45%-
XYZ13.1116.5419.33-
YUV107.39133.42106.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.44%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=24.44%
G=38.41%
B=37.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal771211170.3600.030.53174.5522.2238.82
Hex4D7975240335af1627
Octal1151711654403652572647
Binary1001101111100111101011001000111101011010111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D7975; }

 p { color: rgb(77,121,117); }

 H1.HeaderClassName
 {
   color: #4D7975;
 }
 .AnyTagClassName
 {
   color: #4D7975;
 }
</style>
background-color css

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

 a { background-color: rgb(77,121,117); }

 div.DivClassName
 {
   background-color: #4D7975;
 }
 .BgClassName
 {
   background-color: #4D7975;
 }
</style>
border-color css

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

 span { border-color: rgb(77,121,117); }

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