Html Css Color HEX #74665C Pine Cone

📋 copy color: '#74665C'

red 116 ◦ green 102 ◦ blue 92

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

Shades of Pine Cone #74665C

Tints of Pine Cone #74665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 37.42%
G = 32.9%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74665C (or 0x74665C) is known color: Pine Cone. HEX triplet: 74, 66 and 5C. RGB value is (116,102,92). Sum of RGB (Red+Green+Blue) = 116+102+92=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74665C is #8B99A3. Grayscale: #696969. Windows color (decimal): -9148836 or 6055540. OLE color: 6055540.

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

Color convert

RGB 116 102 92 -
CMYK 0 0.12 0.21 0.55
HSL 25º 0.12% 0.41% -
HSV(B) 25º 0.21% 0.45% -
XYZ 13.89 13.99 12.09 -
YUV 105.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 116 102 92 0 0.12 0.21 0.55 25 0.12 0.41
Hex 74 66 5C 0 C 15 37 19 C 29
Octal 164 146 134 0 14 25 67 31 14 51
Binary 1110100 1100110 1011100 0 1100 10101 110111 11001 1100 101001

Color Harmonies of #74665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74665C

Black with #74665C

Text Example


Text Example

White with #74665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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