Html Css Color HEX #746858 Pine Cone

📋 copy color: '#746858'

red 116 ◦ green 104 ◦ blue 88

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

Shades of Pine Cone #746858

Tints of Pine Cone #746858

RGB

 RED value IS 116 (45.7% from 255) = 37.66%

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 37.66%
G = 33.77%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#746858 (or 0x746858) is known color: Pine Cone. HEX triplet: 74, 68 and 58. RGB value is (116,104,88). Sum of RGB (Red+Green+Blue) = 116+104+88=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #746858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746858 is #8B97A7. Grayscale: #696969. Windows color (decimal): -9148328 or 5793908. OLE color: 5793908.

HSL color Cylindrical-coordinate representation of color #746858: hue angle of 34.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746858 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 88 -
CMYK 0 0.10 0.24 0.55
HSL 34.29º 0.14% 0.4% -
HSV(B) 34.29º 0.24% 0.45% -
XYZ 13.91 14.32 11.26 -
YUV 105.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 116 104 88 0 0.10 0.24 0.55 34.29 0.14 0.4
Hex 74 68 58 0 A 18 37 22 E 28
Octal 164 150 130 0 12 30 67 42 16 50
Binary 1110100 1101000 1011000 0 1010 11000 110111 100010 1110 101000

Color Harmonies of #746858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746858

Black with #746858

Text Example


Text Example

White with #746858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746858; }

 p { color: rgb(116,104,88); }

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

background-color css

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

 a { background-color: rgb(116,104,88); }

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

border-color css

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

 span { border-color: rgb(116,104,88); }

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