Html Css Color HEX #678078 Cutty Sark

📋 copy color: '#678078'

red 103 ◦ green 128 ◦ blue 120

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

Shades of Cutty Sark #678078

Tints of Cutty Sark #678078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 29.34%
G = 36.47%
B = 34.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#678078 (or 0x678078) is known color: Cutty Sark. HEX triplet: 67, 80 and 78. RGB value is (103,128,120). Sum of RGB (Red+Green+Blue) = 103+128+120=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #678078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678078 is #987F87. Grayscale: #777777. Windows color (decimal): -9994120 or 7897191. OLE color: 7897191.

HSL color Cylindrical-coordinate representation of color #678078: hue angle of 160.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #678078 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 128 120 -
CMYK 0.20 0 0.06 0.50
HSL 160.8º 0.11% 0.45% -
HSV(B) 160.8º 0.2% 0.5% -
XYZ 16.7 19.68 20.69 -
YUV 119.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 103 128 120 0.20 0 0.06 0.50 160.8 0.11 0.45
Hex 67 80 78 14 0 6 32 A1 B 2D
Octal 147 200 170 24 0 6 62 241 13 55
Binary 1100111 10000000 1111000 10100 0 110 110010 10100001 1011 101101

Color Harmonies of #678078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678078

Black with #678078

Text Example


Text Example

White with #678078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678078; }

 p { color: rgb(103,128,120); }

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

background-color css

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

 a { background-color: rgb(103,128,120); }

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

border-color css

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

 span { border-color: rgb(103,128,120); }

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