Html Css Color HEX #687872 Cutty Sark

📋 copy color: '#687872'

red 104 ◦ green 120 ◦ blue 114

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

Shades of Cutty Sark #687872

Tints of Cutty Sark #687872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.5%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 30.77%
G = 35.5%
B = 33.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#687872 (or 0x687872) is known color: Cutty Sark. HEX triplet: 68, 78 and 72. RGB value is (104,120,114). Sum of RGB (Red+Green+Blue) = 104+120+114=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 120 - color contains mainly: green. Hex color #687872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687872 is #97878D. Grayscale: #727272. Windows color (decimal): -9930638 or 7501928. OLE color: 7501928.

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

Color convert

RGB 104 120 114 -
CMYK 0.13 0 0.05 0.53
HSL 157.5º 0.07% 0.44% -
HSV(B) 157.5º 0.13% 0.47% -
XYZ 15.46 17.59 18.5 -
YUV 114.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 104 120 114 0.13 0 0.05 0.53 157.5 0.07 0.44
Hex 68 78 72 D 0 5 35 9E 7 2C
Octal 150 170 162 15 0 5 65 236 7 54
Binary 1101000 1111000 1110010 1101 0 101 110101 10011110 111 101100

Color Harmonies of #687872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687872

Black with #687872

Text Example


Text Example

White with #687872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687872; }

 p { color: rgb(104,120,114); }

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

background-color css

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

 a { background-color: rgb(104,120,114); }

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

border-color css

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

 span { border-color: rgb(104,120,114); }

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