Html Css Color HEX #648C78 Cutty Sark

📋 copy color: '#648C78'

red 100 ◦ green 140 ◦ blue 120

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

Shades of Cutty Sark #648C78

Tints of Cutty Sark #648C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 27.78%
G = 38.89%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#648C78 (or 0x648C78) is known color: Cutty Sark. HEX triplet: 64, 8C and 78. RGB value is (100,140,120). Sum of RGB (Red+Green+Blue) = 100+140+120=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #648C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648C78 is #9B7387. Grayscale: #7D7D7D. Windows color (decimal): -10187656 or 7900260. OLE color: 7900260.

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

Color convert

RGB 100 140 120 -
CMYK 0.29 0 0.14 0.45
HSL 150º 0.17% 0.47% -
HSV(B) 150º 0.29% 0.55% -
XYZ 18.02 22.82 21.22 -
YUV 125.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 100 140 120 0.29 0 0.14 0.45 150 0.17 0.47
Hex 64 8C 78 1D 0 E 2D 96 11 2F
Octal 144 214 170 35 0 16 55 226 21 57
Binary 1100100 10001100 1111000 11101 0 1110 101101 10010110 10001 101111

Color Harmonies of #648C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C78

Black with #648C78

Text Example


Text Example

White with #648C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,140,120); }

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

background-color css

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

 a { background-color: rgb(100,140,120); }

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

border-color css

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

 span { border-color: rgb(100,140,120); }

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