Html Css Color HEX #677570 Cutty Sark

📋 copy color: '#677570'

red 103 ◦ green 117 ◦ blue 112

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

Shades of Cutty Sark #677570

Tints of Cutty Sark #677570

RGB

 RED value IS 103 (40.63% from 255) = 31.02%

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 31.02%
G = 35.24%
B = 33.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#677570 (or 0x677570) is known color: Cutty Sark. HEX triplet: 67, 75 and 70. RGB value is (103,117,112). Sum of RGB (Red+Green+Blue) = 103+117+112=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #677570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677570 is #988A8F. Grayscale: #707070. Windows color (decimal): -9996944 or 7370087. OLE color: 7370087.

HSL color Cylindrical-coordinate representation of color #677570: hue angle of 158.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #677570 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 117 112 -
CMYK 0.12 0 0.04 0.54
HSL 158.57º 0.06% 0.43% -
HSV(B) 158.57º 0.12% 0.46% -
XYZ 14.88 16.78 17.78 -
YUV 112.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 103 117 112 0.12 0 0.04 0.54 158.57 0.06 0.43
Hex 67 75 70 C 0 4 36 9F 6 2B
Octal 147 165 160 14 0 4 66 237 6 53
Binary 1100111 1110101 1110000 1100 0 100 110110 10011111 110 101011

Color Harmonies of #677570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677570

Black with #677570

Text Example


Text Example

White with #677570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677570; }

 p { color: rgb(103,117,112); }

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

background-color css

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

 a { background-color: rgb(103,117,112); }

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

border-color css

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

 span { border-color: rgb(103,117,112); }

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