Html Css Color HEX #628278 Cutty Sark

📋 copy color: '#628278'

red 98 ◦ green 130 ◦ blue 120

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

Shades of Cutty Sark #628278

Tints of Cutty Sark #628278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

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

R = 28.16%
G = 37.36%
B = 34.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#628278 (or 0x628278) is known color: Cutty Sark. HEX triplet: 62, 82 and 78. RGB value is (98,130,120). Sum of RGB (Red+Green+Blue) = 98+130+120=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #628278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628278 is #9D7D87. Grayscale: #777777. Windows color (decimal): -10321288 or 7897698. OLE color: 7897698.

HSL color Cylindrical-coordinate representation of color #628278: hue angle of 161.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #628278 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 130 120 -
CMYK 0.25 0 0.08 0.49
HSL 161.25º 0.14% 0.45% -
HSV(B) 161.25º 0.25% 0.51% -
XYZ 16.41 19.92 20.75 -
YUV 119.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 98 130 120 0.25 0 0.08 0.49 161.25 0.14 0.45
Hex 62 82 78 19 0 8 31 A1 E 2D
Octal 142 202 170 31 0 10 61 241 16 55
Binary 1100010 10000010 1111000 11001 0 1000 110001 10100001 1110 101101

Color Harmonies of #628278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628278

Black with #628278

Text Example


Text Example

White with #628278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628278; }

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

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

background-color css

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

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

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

border-color css

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

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

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