Html Css Color HEX #677972 Cutty Sark

📋 copy color: '#677972'

red 103 ◦ green 121 ◦ blue 114

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

Shades of Cutty Sark #677972

Tints of Cutty Sark #677972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

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

R = 30.47%
G = 35.8%
B = 33.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#677972 (or 0x677972) is known color: Cutty Sark. HEX triplet: 67, 79 and 72. RGB value is (103,121,114). Sum of RGB (Red+Green+Blue) = 103+121+114=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 121 - color contains mainly: green. Hex color #677972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677972 is #98868D. Grayscale: #727272. Windows color (decimal): -9995918 or 7502183. OLE color: 7502183.

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

Color convert

RGB 103 121 114 -
CMYK 0.15 0 0.06 0.53
HSL 156.67º 0.08% 0.44% -
HSV(B) 156.67º 0.15% 0.47% -
XYZ 15.47 17.77 18.53 -
YUV 114.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 103 121 114 0.15 0 0.06 0.53 156.67 0.08 0.44
Hex 67 79 72 F 0 6 35 9D 8 2C
Octal 147 171 162 17 0 6 65 235 10 54
Binary 1100111 1111001 1110010 1111 0 110 110101 10011101 1000 101100

Color Harmonies of #677972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677972

Black with #677972

Text Example


Text Example

White with #677972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677972; }

 p { color: rgb(103,121,114); }

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

background-color css

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

 a { background-color: rgb(103,121,114); }

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

border-color css

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

 span { border-color: rgb(103,121,114); }

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