Html Css Color HEX #607771 Cutty Sark

📋 copy color: '#607771'

red 96 ◦ green 119 ◦ blue 113

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

Shades of Cutty Sark #607771

Tints of Cutty Sark #607771

RGB

 RED value IS 96 (37.89% from 255) = 29.27%

 GREEN value IS 119 (46.88% from 255) = 36.28%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 29.27%
G = 36.28%
B = 34.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#607771 (or 0x607771) is known color: Cutty Sark. HEX triplet: 60, 77 and 71. RGB value is (96,119,113). Sum of RGB (Red+Green+Blue) = 96+119+113=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #607771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607771 is #9F888E. Grayscale: #6F6F6F. Windows color (decimal): -10455183 or 7436128. OLE color: 7436128.

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

Color convert

RGB 96 119 113 -
CMYK 0.19 0 0.05 0.53
HSL 164.35º 0.11% 0.42% -
HSV(B) 164.35º 0.19% 0.47% -
XYZ 14.4 16.87 18.12 -
YUV 111.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 96 119 113 0.19 0 0.05 0.53 164.35 0.11 0.42
Hex 60 77 71 13 0 5 35 A4 B 2A
Octal 140 167 161 23 0 5 65 244 13 52
Binary 1100000 1110111 1110001 10011 0 101 110101 10100100 1011 101010

Color Harmonies of #607771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607771

Black with #607771

Text Example


Text Example

White with #607771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607771; }

 p { color: rgb(96,119,113); }

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

background-color css

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

 a { background-color: rgb(96,119,113); }

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

border-color css

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

 span { border-color: rgb(96,119,113); }

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