Html Css Color HEX #74664A Soya Bean

📋 copy color: '#74664A'

red 116 ◦ green 102 ◦ blue 74

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

Shades of Soya Bean #74664A

Tints of Soya Bean #74664A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.34%

R = 39.73%
G = 34.93%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74664A (or 0x74664A) is known color: Soya Bean. HEX triplet: 74, 66 and 4A. RGB value is (116,102,74). Sum of RGB (Red+Green+Blue) = 116+102+74=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #74664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74664A is #8B99B5. Grayscale: #676767. Windows color (decimal): -9148854 or 4875892. OLE color: 4875892.

HSL color Cylindrical-coordinate representation of color #74664A: hue angle of 40º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74664A is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 74 -
CMYK 0 0.12 0.36 0.55
HSL 40º 0.22% 0.37% -
HSV(B) 40º 0.36% 0.45% -
XYZ 13.19 13.71 8.43 -
YUV 102.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 116 102 74 0 0.12 0.36 0.55 40 0.22 0.37
Hex 74 66 4A 0 C 24 37 28 16 25
Octal 164 146 112 0 14 44 67 50 26 45
Binary 1110100 1100110 1001010 0 1100 100100 110111 101000 10110 100101

Color Harmonies of #74664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74664A

Black with #74664A

Text Example


Text Example

White with #74664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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