#677872

Color #677872 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #677872

Tints of Cutty Sark #677872

Color information

#677872 (or 0x677872) is unknown color: approx Cutty Sark. HEX triplet: 67, 78 and 72. RGB value is (103,120,114). Sum of RGB (Red+Green+Blue) = 103+120+114=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #677872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677872 is #98878D. Grayscale: #727272. Windows color (decimal): -9996174 or 7501927. OLE color: 7501927.

HSL color Cylindrical-coordinate representation of color #677872: hue angle of 158.82º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #677872 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB103120114-
CMYK0.1400.050.53
HSL158.82º7.62%43.73%-
HSV(B)158.82º14.17%47.06%-
XYZ15.3517.5318.49-
YUV114.23127.87119.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.56%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=30.56%
G=35.61%
B=33.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031201140.1400.050.53158.827.6243.73
Hex677872E05359f82c
Octal1471701621605652371054
Binary11001111111000111001011100101110101100111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677872; }

 p { color: rgb(103,120,114); }

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

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

 a { background-color: rgb(103,120,114); }

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

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

 span { border-color: rgb(103,120,114); }

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