#617D7D

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

Shades of Breaker Bay #617D7D

Tints of Breaker Bay #617D7D

Color information

#617D7D (or 0x617D7D) is unknown color: approx Breaker Bay. HEX triplet: 61, 7D and 7D. RGB value is (97,125,125). Sum of RGB (Red+Green+Blue) = 97+125+125=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: green, blue. Hex color #617D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617D7D is #9E8282. Grayscale: #747474. Windows color (decimal): -10388099 or 8224097. OLE color: 8224097.

HSL color Cylindrical-coordinate representation of color #617D7D: hue angle of 180º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617D7D is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB97125125-
CMYK0.22000.51
HSL180º12.61%43.53%-
HSV(B)180º22.4%49.02%-
XYZ15.9718.6922.17-
YUV116.63132.72114-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=27.95%
G=36.02%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971251250.22000.5118012.6143.53
Hex617D7D160033b4d2c
Octal1411751752600632641554
Binary1100001111110111111011011000110011101101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617D7D; }

 p { color: rgb(97,125,125); }

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

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

 a { background-color: rgb(97,125,125); }

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

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

 span { border-color: rgb(97,125,125); }

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