#627C7C

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

Shades of Breaker Bay #627C7C

Tints of Breaker Bay #627C7C

Color information

#627C7C (or 0x627C7C) is unknown color: approx Breaker Bay. HEX triplet: 62, 7C and 7C. RGB value is (98,124,124). Sum of RGB (Red+Green+Blue) = 98+124+124=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #627C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C7C is #9D8383. Grayscale: #747474. Windows color (decimal): -10322820 or 8158306. OLE color: 8158306.

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

Color convert

RGB98124124-
CMYK0.21000.51
HSL180º11.71%43.53%-
HSV(B)180º20.97%48.63%-
XYZ15.8818.4721.8-
YUV116.23132.39115-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=28.32%
G=35.84%
B=35.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal981241240.21000.5118011.7143.53
Hex627C7C150033b4c2c
Octal1421741742500632641454
Binary1100010111110011111001010100110011101101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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