Html Css Color HEX #647758 Axolotl

📋 copy color: '#647758'

red 100 ◦ green 119 ◦ blue 88

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

Shades of Axolotl #647758

Tints of Axolotl #647758

RGB

 RED value IS 100 (39.45% from 255) = 32.57%

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

 BLUE value IS 88 (34.77% from 255) = 28.66%

R = 32.57%
G = 38.76%
B = 28.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#647758 (or 0x647758) is known color: Axolotl. HEX triplet: 64, 77 and 58. RGB value is (100,119,88). Sum of RGB (Red+Green+Blue) = 100+119+88=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #647758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647758 is #9B88A7. Grayscale: #6D6D6D. Windows color (decimal): -10193064 or 5797732. OLE color: 5797732.

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

Color convert

RGB 100 119 88 -
CMYK 0.16 0 0.26 0.53
HSL 96.77º 0.15% 0.41% -
HSV(B) 96.77º 0.26% 0.47% -
XYZ 13.61 16.61 11.72 -
YUV 109.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 100 119 88 0.16 0 0.26 0.53 96.77 0.15 0.41
Hex 64 77 58 10 0 1A 35 61 F 29
Octal 144 167 130 20 0 32 65 141 17 51
Binary 1100100 1110111 1011000 10000 0 11010 110101 1100001 1111 101001

Color Harmonies of #647758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647758

Black with #647758

Text Example


Text Example

White with #647758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647758; }

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

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

background-color css

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

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

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

border-color css

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

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

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