Html Css Color HEX #628074 Cutty Sark

📋 copy color: '#628074'

red 98 ◦ green 128 ◦ blue 116

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

Shades of Cutty Sark #628074

Tints of Cutty Sark #628074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

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

R = 28.65%
G = 37.43%
B = 33.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#628074 (or 0x628074) is known color: Cutty Sark. HEX triplet: 62, 80 and 74. RGB value is (98,128,116). Sum of RGB (Red+Green+Blue) = 98+128+116=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 128 - color contains mainly: green. Hex color #628074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628074 is #9D7F8B. Grayscale: #757575. Windows color (decimal): -10321804 or 7635042. OLE color: 7635042.

HSL color Cylindrical-coordinate representation of color #628074: hue angle of 156º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #628074 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 128 116 -
CMYK 0.23 0 0.09 0.50
HSL 156º 0.13% 0.44% -
HSV(B) 156º 0.23% 0.5% -
XYZ 15.91 19.3 19.41 -
YUV 117.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 98 128 116 0.23 0 0.09 0.50 156 0.13 0.44
Hex 62 80 74 17 0 9 32 9C D 2C
Octal 142 200 164 27 0 11 62 234 15 54
Binary 1100010 10000000 1110100 10111 0 1001 110010 10011100 1101 101100

Color Harmonies of #628074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628074

Black with #628074

Text Example


Text Example

White with #628074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628074; }

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

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

background-color css

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

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

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

border-color css

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

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

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