Html Css Color HEX #627C74 Cutty Sark

📋 copy color: '#627C74'

red 98 ◦ green 124 ◦ blue 116

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

Shades of Cutty Sark #627C74

Tints of Cutty Sark #627C74

RGB

 RED value IS 98 (38.67% from 255) = 28.99%

 GREEN value IS 124 (48.83% from 255) = 36.69%

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

R = 28.99%
G = 36.69%
B = 34.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#627C74 (or 0x627C74) is known color: Cutty Sark. HEX triplet: 62, 7C and 74. RGB value is (98,124,116). Sum of RGB (Red+Green+Blue) = 98+124+116=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 124 - color contains mainly: green. Hex color #627C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C74 is #9D838B. Grayscale: #737373. Windows color (decimal): -10322828 or 7634018. OLE color: 7634018.

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

Color convert

RGB 98 124 116 -
CMYK 0.21 0 0.06 0.51
HSL 161.54º 0.12% 0.44% -
HSV(B) 161.54º 0.21% 0.49% -
XYZ 15.4 18.27 19.24 -
YUV 115.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 98 124 116 0.21 0 0.06 0.51 161.54 0.12 0.44
Hex 62 7C 74 15 0 6 33 A2 C 2C
Octal 142 174 164 25 0 6 63 242 14 54
Binary 1100010 1111100 1110100 10101 0 110 110011 10100010 1100 101100

Color Harmonies of #627C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C74

Black with #627C74

Text Example


Text Example

White with #627C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627C74; }

 p { color: rgb(98,124,116); }

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

background-color css

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

 a { background-color: rgb(98,124,116); }

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

border-color css

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

 span { border-color: rgb(98,124,116); }

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