Html Css Color HEX #648776 Cutty Sark

📋 copy color: '#648776'

red 100 ◦ green 135 ◦ blue 118

#648776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #648776

Tints of Cutty Sark #648776

RGB

 RED value IS 100 (39.45% from 255) = 28.33%

 GREEN value IS 135 (53.13% from 255) = 38.24%

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 28.33%
G = 38.24%
B = 33.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#648776 (or 0x648776) is known color: Cutty Sark. HEX triplet: 64, 87 and 76. RGB value is (100,135,118). Sum of RGB (Red+Green+Blue) = 100+135+118=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #648776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648776 is #9B7889. Grayscale: #7A7A7A. Windows color (decimal): -10188938 or 7767908. OLE color: 7767908.

HSL color Cylindrical-coordinate representation of color #648776: hue angle of 150.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648776 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 118 -
CMYK 0.26 0 0.13 0.47
HSL 150.86º 0.15% 0.46% -
HSV(B) 150.86º 0.26% 0.53% -
XYZ 17.19 21.35 20.35 -
YUV 122.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 100 135 118 0.26 0 0.13 0.47 150.86 0.15 0.46
Hex 64 87 76 1A 0 D 2F 97 F 2E
Octal 144 207 166 32 0 15 57 227 17 56
Binary 1100100 10000111 1110110 11010 0 1101 101111 10010111 1111 101110

Color Harmonies of #648776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648776

Black with #648776

Text Example


Text Example

White with #648776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648776; }

 p { color: rgb(100,135,118); }

 H1.HeaderClassName
 {
   color: #648776;
 }
 .AnyTagClassName
 {
   color: #648776;
 }
</style>

background-color css

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

 a { background-color: rgb(100,135,118); }

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

border-color css

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

 span { border-color: rgb(100,135,118); }

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