Html Css Color HEX #68827A Cutty Sark

📋 copy color: '#68827A'

red 104 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #68827A

Tints of Cutty Sark #68827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

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

R = 29.21%
G = 36.52%
B = 34.27%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#68827A (or 0x68827A) is known color: Cutty Sark. HEX triplet: 68, 82 and 7A. RGB value is (104,130,122). Sum of RGB (Red+Green+Blue) = 104+130+122=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #68827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68827A is #977D85. Grayscale: #797979. Windows color (decimal): -9928070 or 8028776. OLE color: 8028776.

HSL color Cylindrical-coordinate representation of color #68827A: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68827A is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 122 -
CMYK 0.2 0 0.06 0.49
HSL 161.54º 0.11% 0.46% -
HSV(B) 161.54º 0.2% 0.51% -
XYZ 17.2 20.31 21.43 -
YUV 121.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 104 130 122 0.2 0 0.06 0.49 161.54 0.11 0.46
Hex 68 82 7A 14 0 6 31 A2 B 2E
Octal 150 202 172 24 0 6 61 242 13 56
Binary 1101000 10000010 1111010 10100 0 110 110001 10100010 1011 101110

Color Harmonies of #68827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68827A

Black with #68827A

Text Example


Text Example

White with #68827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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