#617C7C

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

Shades of Breaker Bay #617C7C

Tints of Breaker Bay #617C7C

Color information

#617C7C (or 0x617C7C) is unknown color: approx Breaker Bay. HEX triplet: 61, 7C and 7C. RGB value is (97,124,124). Sum of RGB (Red+Green+Blue) = 97+124+124=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #617C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C7C is #9E8383. Grayscale: #737373. Windows color (decimal): -10388356 or 8158305. OLE color: 8158305.

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

Color convert

RGB97124124-
CMYK0.22000.51
HSL180º12.22%43.33%-
HSV(B)180º21.77%48.63%-
XYZ15.7818.4121.79-
YUV115.93132.55114.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=28.12%
G=35.94%
B=35.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971241240.22000.5118012.2243.33
Hex617C7C160033b4c2b
Octal1411741742600632641453
Binary1100001111110011111001011000110011101101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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