Html Css Color HEX #628478 Cutty Sark

📋 copy color: '#628478'

red 98 ◦ green 132 ◦ blue 120

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

Shades of Cutty Sark #628478

Tints of Cutty Sark #628478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

 BLUE value IS 120 (47.27% from 255) = 34.29%

R = 28%
G = 37.71%
B = 34.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#628478 (or 0x628478) is known color: Cutty Sark. HEX triplet: 62, 84 and 78. RGB value is (98,132,120). Sum of RGB (Red+Green+Blue) = 98+132+120=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #628478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628478 is #9D7B87. Grayscale: #787878. Windows color (decimal): -10320776 or 7898210. OLE color: 7898210.

HSL color Cylindrical-coordinate representation of color #628478: hue angle of 158.82º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628478 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 132 120 -
CMYK 0.26 0 0.09 0.48
HSL 158.82º 0.15% 0.45% -
HSV(B) 158.82º 0.26% 0.52% -
XYZ 16.68 20.46 20.84 -
YUV 120.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 98 132 120 0.26 0 0.09 0.48 158.82 0.15 0.45
Hex 62 84 78 1A 0 9 30 9F F 2D
Octal 142 204 170 32 0 11 60 237 17 55
Binary 1100010 10000100 1111000 11010 0 1001 110000 10011111 1111 101101

Color Harmonies of #628478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628478

Black with #628478

Text Example


Text Example

White with #628478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628478; }

 p { color: rgb(98,132,120); }

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

background-color css

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

 a { background-color: rgb(98,132,120); }

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

border-color css

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

 span { border-color: rgb(98,132,120); }

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