Html Css Color HEX #74664B Soya Bean

📋 copy color: '#74664B'

red 116 ◦ green 102 ◦ blue 75

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

Shades of Soya Bean #74664B

Tints of Soya Bean #74664B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 39.59%
G = 34.81%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74664B (or 0x74664B) is known color: Soya Bean. HEX triplet: 74, 66 and 4B. RGB value is (116,102,75). Sum of RGB (Red+Green+Blue) = 116+102+75=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74664B is #8B99B4. Grayscale: #676767. Windows color (decimal): -9148853 or 4941428. OLE color: 4941428.

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

Color convert

RGB 116 102 75 -
CMYK 0 0.12 0.35 0.55
HSL 39.51º 0.21% 0.37% -
HSV(B) 39.51º 0.35% 0.45% -
XYZ 13.22 13.72 8.61 -
YUV 103.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 116 102 75 0 0.12 0.35 0.55 39.51 0.21 0.37
Hex 74 66 4B 0 C 23 37 28 15 25
Octal 164 146 113 0 14 43 67 50 25 45
Binary 1110100 1100110 1001011 0 1100 100011 110111 101000 10101 100101

Color Harmonies of #74664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74664B

Black with #74664B

Text Example


Text Example

White with #74664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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