Html Css Color HEX #677B74 Cutty Sark

📋 copy color: '#677B74'

red 103 ◦ green 123 ◦ blue 116

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

Shades of Cutty Sark #677B74

Tints of Cutty Sark #677B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.96%

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 30.12%
G = 35.96%
B = 33.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#677B74 (or 0x677B74) is known color: Cutty Sark. HEX triplet: 67, 7B and 74. RGB value is (103,123,116). Sum of RGB (Red+Green+Blue) = 103+123+116=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 123 - color contains mainly: green. Hex color #677B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677B74 is #98848B. Grayscale: #747474. Windows color (decimal): -9995404 or 7633767. OLE color: 7633767.

HSL color Cylindrical-coordinate representation of color #677B74: hue angle of 159º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #677B74 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 123 116 -
CMYK 0.16 0 0.06 0.52
HSL 159º 0.09% 0.44% -
HSV(B) 159º 0.16% 0.48% -
XYZ 15.83 18.31 19.22 -
YUV 116.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 103 123 116 0.16 0 0.06 0.52 159 0.09 0.44
Hex 67 7B 74 10 0 6 34 9F 9 2C
Octal 147 173 164 20 0 6 64 237 11 54
Binary 1100111 1111011 1110100 10000 0 110 110100 10011111 1001 101100

Color Harmonies of #677B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677B74

Black with #677B74

Text Example


Text Example

White with #677B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677B74; }

 p { color: rgb(103,123,116); }

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

background-color css

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

 a { background-color: rgb(103,123,116); }

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

border-color css

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

 span { border-color: rgb(103,123,116); }

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