Html Css Color HEX #61786F Cutty Sark

📋 copy color: '#61786F'

red 97 ◦ green 120 ◦ blue 111

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

Shades of Cutty Sark #61786F

Tints of Cutty Sark #61786F

RGB

 RED value IS 97 (38.28% from 255) = 29.57%

 GREEN value IS 120 (47.27% from 255) = 36.59%

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 29.57%
G = 36.59%
B = 33.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#61786F (or 0x61786F) is known color: Cutty Sark. HEX triplet: 61, 78 and 6F. RGB value is (97,120,111). Sum of RGB (Red+Green+Blue) = 97+120+111=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #61786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61786F is #9E8790. Grayscale: #707070. Windows color (decimal): -10389393 or 7305313. OLE color: 7305313.

HSL color Cylindrical-coordinate representation of color #61786F: hue angle of 156.52º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61786F is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 120 111 -
CMYK 0.19 0 0.08 0.53
HSL 156.52º 0.11% 0.43% -
HSV(B) 156.52º 0.19% 0.47% -
XYZ 14.52 17.12 17.58 -
YUV 112.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 97 120 111 0.19 0 0.08 0.53 156.52 0.11 0.43
Hex 61 78 6F 13 0 8 35 9D B 2B
Octal 141 170 157 23 0 10 65 235 13 53
Binary 1100001 1111000 1101111 10011 0 1000 110101 10011101 1011 101011

Color Harmonies of #61786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61786F

Black with #61786F

Text Example


Text Example

White with #61786F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61786F; }

 p { color: rgb(97,120,111); }

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

background-color css

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

 a { background-color: rgb(97,120,111); }

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

border-color css

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

 span { border-color: rgb(97,120,111); }

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