Html Css Color HEX #64827A Cutty Sark

📋 copy color: '#64827A'

red 100 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #64827A

Tints of Cutty Sark #64827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 28.41%
G = 36.93%
B = 34.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#64827A (or 0x64827A) is known color: Cutty Sark. HEX triplet: 64, 82 and 7A. RGB value is (100,130,122). Sum of RGB (Red+Green+Blue) = 100+130+122=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #64827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64827A is #9B7D85. Grayscale: #787878. Windows color (decimal): -10190214 or 8028772. OLE color: 8028772.

HSL color Cylindrical-coordinate representation of color #64827A: hue angle of 164º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64827A is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 122 -
CMYK 0.23 0 0.06 0.49
HSL 164º 0.13% 0.45% -
HSV(B) 164º 0.23% 0.51% -
XYZ 16.75 20.08 21.41 -
YUV 120.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 100 130 122 0.23 0 0.06 0.49 164 0.13 0.45
Hex 64 82 7A 17 0 6 31 A4 D 2D
Octal 144 202 172 27 0 6 61 244 15 55
Binary 1100100 10000010 1111010 10111 0 110 110001 10100100 1101 101101

Color Harmonies of #64827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64827A

Black with #64827A

Text Example


Text Example

White with #64827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64827A; }

 p { color: rgb(100,130,122); }

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

background-color css

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

 a { background-color: rgb(100,130,122); }

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

border-color css

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

 span { border-color: rgb(100,130,122); }

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