Html Css Color HEX #627764 Laurel

📋 copy color: '#627764'

red 98 ◦ green 119 ◦ blue 100

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

Shades of Laurel #627764

Tints of Laurel #627764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.54%

 BLUE value IS 100 (39.45% from 255) = 31.55%

R = 30.91%
G = 37.54%
B = 31.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#627764 (or 0x627764) is known color: Laurel. HEX triplet: 62, 77 and 64. RGB value is (98,119,100). Sum of RGB (Red+Green+Blue) = 98+119+100=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #627764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627764 is #9D889B. Grayscale: #6E6E6E. Windows color (decimal): -10324124 or 6584162. OLE color: 6584162.

HSL color Cylindrical-coordinate representation of color #627764: hue angle of 125.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #627764 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 119 100 -
CMYK 0.18 0 0.16 0.53
HSL 125.71º 0.1% 0.43% -
HSV(B) 125.71º 0.18% 0.47% -
XYZ 13.93 16.71 14.55 -
YUV 110.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 98 119 100 0.18 0 0.16 0.53 125.71 0.1 0.43
Hex 62 77 64 12 0 10 35 7E A 2B
Octal 142 167 144 22 0 20 65 176 12 53
Binary 1100010 1110111 1100100 10010 0 10000 110101 1111110 1010 101011

Color Harmonies of #627764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627764

Black with #627764

Text Example


Text Example

White with #627764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627764; }

 p { color: rgb(98,119,100); }

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

background-color css

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

 a { background-color: rgb(98,119,100); }

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

border-color css

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

 span { border-color: rgb(98,119,100); }

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