#648A77

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

Shades of Cutty Sark #648A77

Tints of Cutty Sark #648A77

Color information

#648A77 (or 0x648A77) is unknown color: approx Cutty Sark. HEX triplet: 64, 8A and 77. RGB value is (100,138,119). Sum of RGB (Red+Green+Blue) = 100+138+119=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 138 - color contains mainly: green. Hex color #648A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A77 is #9B7588. Grayscale: #7C7C7C. Windows color (decimal): -10188169 or 7834212. OLE color: 7834212.

HSL color Cylindrical-coordinate representation of color #648A77: hue angle of 150º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648A77 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB100138119-
CMYK0.2800.140.46
HSL150º15.97%46.67%-
HSV(B)150º27.54%54.12%-
XYZ17.6722.2220.81-
YUV124.47124.91110.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 138 (54.30% from 255) = 38.66%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=28.01%
G=38.66%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001381190.2800.140.4615015.9746.67
Hex648A771C0E2E96102f
Octal14421216734016562262057
Binary110010010001010111011111100011101011101001011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648A77; }

 p { color: rgb(100,138,119); }

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

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

 a { background-color: rgb(100,138,119); }

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

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

 span { border-color: rgb(100,138,119); }

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