Html Css Color HEX #68857A Cutty Sark

📋 copy color: '#68857A'

red 104 ◦ green 133 ◦ blue 122

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

Shades of Cutty Sark #68857A

Tints of Cutty Sark #68857A

RGB

 RED value IS 104 (41.02% from 255) = 28.97%

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 28.97%
G = 37.05%
B = 33.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#68857A (or 0x68857A) is known color: Cutty Sark. HEX triplet: 68, 85 and 7A. RGB value is (104,133,122). Sum of RGB (Red+Green+Blue) = 104+133+122=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #68857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68857A is #977A85. Grayscale: #7B7B7B. Windows color (decimal): -9927302 or 8029544. OLE color: 8029544.

HSL color Cylindrical-coordinate representation of color #68857A: hue angle of 157.24º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68857A is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 122 -
CMYK 0.22 0 0.08 0.48
HSL 157.24º 0.12% 0.46% -
HSV(B) 157.24º 0.22% 0.52% -
XYZ 17.61 21.12 21.56 -
YUV 123.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 104 133 122 0.22 0 0.08 0.48 157.24 0.12 0.46
Hex 68 85 7A 16 0 8 30 9D C 2E
Octal 150 205 172 26 0 10 60 235 14 56
Binary 1101000 10000101 1111010 10110 0 1000 110000 10011101 1100 101110

Color Harmonies of #68857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68857A

Black with #68857A

Text Example


Text Example

White with #68857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,133,122); }

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

background-color css

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

 a { background-color: rgb(104,133,122); }

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

border-color css

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

 span { border-color: rgb(104,133,122); }

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