Html Css Color HEX #64847B Cutty Sark

📋 copy color: '#64847B'

red 100 ◦ green 132 ◦ blue 123

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

Shades of Cutty Sark #64847B

Tints of Cutty Sark #64847B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

 BLUE value IS 123 (48.44% from 255) = 34.65%

R = 28.17%
G = 37.18%
B = 34.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#64847B (or 0x64847B) is known color: Cutty Sark. HEX triplet: 64, 84 and 7B. RGB value is (100,132,123). Sum of RGB (Red+Green+Blue) = 100+132+123=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #64847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64847B is #9B7B84. Grayscale: #797979. Windows color (decimal): -10189701 or 8094820. OLE color: 8094820.

HSL color Cylindrical-coordinate representation of color #64847B: hue angle of 163.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64847B is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 123 -
CMYK 0.24 0 0.07 0.48
HSL 163.13º 0.14% 0.45% -
HSV(B) 163.13º 0.24% 0.52% -
XYZ 17.08 20.64 21.82 -
YUV 121.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 100 132 123 0.24 0 0.07 0.48 163.13 0.14 0.45
Hex 64 84 7B 18 0 7 30 A3 E 2D
Octal 144 204 173 30 0 7 60 243 16 55
Binary 1100100 10000100 1111011 11000 0 111 110000 10100011 1110 101101

Color Harmonies of #64847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64847B

Black with #64847B

Text Example


Text Example

White with #64847B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64847B; }

 p { color: rgb(100,132,123); }

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

background-color css

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

 a { background-color: rgb(100,132,123); }

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

border-color css

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

 span { border-color: rgb(100,132,123); }

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