Html Css Color HEX #65877A Cutty Sark

📋 copy color: '#65877A'

red 101 ◦ green 135 ◦ blue 122

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

Shades of Cutty Sark #65877A

Tints of Cutty Sark #65877A

RGB

 RED value IS 101 (39.84% from 255) = 28.21%

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

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

R = 28.21%
G = 37.71%
B = 34.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#65877A (or 0x65877A) is known color: Cutty Sark. HEX triplet: 65, 87 and 7A. RGB value is (101,135,122). Sum of RGB (Red+Green+Blue) = 101+135+122=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #65877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65877A is #9A7885. Grayscale: #7B7B7B. Windows color (decimal): -10123398 or 8030053. OLE color: 8030053.

HSL color Cylindrical-coordinate representation of color #65877A: hue angle of 157.06º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65877A is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 135 122 -
CMYK 0.25 0 0.10 0.47
HSL 157.06º 0.14% 0.46% -
HSV(B) 157.06º 0.25% 0.53% -
XYZ 17.54 21.5 21.64 -
YUV 123.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 101 135 122 0.25 0 0.10 0.47 157.06 0.14 0.46
Hex 65 87 7A 19 0 A 2F 9D E 2E
Octal 145 207 172 31 0 12 57 235 16 56
Binary 1100101 10000111 1111010 11001 0 1010 101111 10011101 1110 101110

Color Harmonies of #65877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65877A

Black with #65877A

Text Example


Text Example

White with #65877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,135,122); }

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

background-color css

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

 a { background-color: rgb(101,135,122); }

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

border-color css

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

 span { border-color: rgb(101,135,122); }

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