Html Css Color HEX #628276 Cutty Sark

📋 copy color: '#628276'

red 98 ◦ green 130 ◦ blue 118

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

Shades of Cutty Sark #628276

Tints of Cutty Sark #628276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 28.32%
G = 37.57%
B = 34.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#628276 (or 0x628276) is known color: Cutty Sark. HEX triplet: 62, 82 and 76. RGB value is (98,130,118). Sum of RGB (Red+Green+Blue) = 98+130+118=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #628276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628276 is #9D7D89. Grayscale: #777777. Windows color (decimal): -10321290 or 7766626. OLE color: 7766626.

HSL color Cylindrical-coordinate representation of color #628276: hue angle of 157.5º 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 #628276 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 130 118 -
CMYK 0.25 0 0.09 0.49
HSL 157.5º 0.14% 0.45% -
HSV(B) 157.5º 0.25% 0.51% -
XYZ 16.29 19.87 20.12 -
YUV 119.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 98 130 118 0.25 0 0.09 0.49 157.5 0.14 0.45
Hex 62 82 76 19 0 9 31 9E E 2D
Octal 142 202 166 31 0 11 61 236 16 55
Binary 1100010 10000010 1110110 11001 0 1001 110001 10011110 1110 101101

Color Harmonies of #628276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628276

Black with #628276

Text Example


Text Example

White with #628276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628276; }

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

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

background-color css

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

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

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

border-color css

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

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

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