Html Css Color HEX #74665D Pine Cone

📋 copy color: '#74665D'

red 116 ◦ green 102 ◦ blue 93

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

Shades of Pine Cone #74665D

Tints of Pine Cone #74665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 37.3%
G = 32.8%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74665D (or 0x74665D) is known color: Pine Cone. HEX triplet: 74, 66 and 5D. RGB value is (116,102,93). Sum of RGB (Red+Green+Blue) = 116+102+93=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #74665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74665D is #8B99A2. Grayscale: #696969. Windows color (decimal): -9148835 or 6121076. OLE color: 6121076.

HSL color Cylindrical-coordinate representation of color #74665D: hue angle of 23.48º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74665D is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 93 -
CMYK 0 0.12 0.20 0.55
HSL 23.48º 0.11% 0.41% -
HSV(B) 23.48º 0.2% 0.45% -
XYZ 13.93 14.01 12.33 -
YUV 105.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 116 102 93 0 0.12 0.20 0.55 23.48 0.11 0.41
Hex 74 66 5D 0 C 14 37 17 B 29
Octal 164 146 135 0 14 24 67 27 13 51
Binary 1110100 1100110 1011101 0 1100 10100 110111 10111 1011 101001

Color Harmonies of #74665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74665D

Black with #74665D

Text Example


Text Example

White with #74665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74665D; }

 p { color: rgb(116,102,93); }

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

background-color css

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

 a { background-color: rgb(116,102,93); }

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

border-color css

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

 span { border-color: rgb(116,102,93); }

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