Html Css Color HEX #648774 Cutty Sark

📋 copy color: '#648774'

red 100 ◦ green 135 ◦ blue 116

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

Shades of Cutty Sark #648774

Tints of Cutty Sark #648774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 28.49%
G = 38.46%
B = 33.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#648774 (or 0x648774) is known color: Cutty Sark. HEX triplet: 64, 87 and 74. RGB value is (100,135,116). Sum of RGB (Red+Green+Blue) = 100+135+116=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #648774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648774 is #9B788B. Grayscale: #7A7A7A. Windows color (decimal): -10188940 or 7636836. OLE color: 7636836.

HSL color Cylindrical-coordinate representation of color #648774: hue angle of 147.43º 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 #648774 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 116 -
CMYK 0.26 0 0.14 0.47
HSL 147.43º 0.15% 0.46% -
HSV(B) 147.43º 0.26% 0.53% -
XYZ 17.07 21.3 19.73 -
YUV 122.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 100 135 116 0.26 0 0.14 0.47 147.43 0.15 0.46
Hex 64 87 74 1A 0 E 2F 93 F 2E
Octal 144 207 164 32 0 16 57 223 17 56
Binary 1100100 10000111 1110100 11010 0 1110 101111 10010011 1111 101110

Color Harmonies of #648774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648774

Black with #648774

Text Example


Text Example

White with #648774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648774; }

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

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

background-color css

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

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

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

border-color css

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

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

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