Html Css Color HEX #74654B Soya Bean

📋 copy color: '#74654B'

red 116 ◦ green 101 ◦ blue 75

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

Shades of Soya Bean #74654B

Tints of Soya Bean #74654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 39.73%
G = 34.59%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74654B (or 0x74654B) is known color: Soya Bean. HEX triplet: 74, 65 and 4B. RGB value is (116,101,75). Sum of RGB (Red+Green+Blue) = 116+101+75=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #74654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74654B is #8B9AB4. Grayscale: #666666. Windows color (decimal): -9149109 or 4941172. OLE color: 4941172.

HSL color Cylindrical-coordinate representation of color #74654B: hue angle of 38.05º 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 #74654B is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 75 -
CMYK 0 0.13 0.35 0.55
HSL 38.05º 0.21% 0.37% -
HSV(B) 38.05º 0.35% 0.45% -
XYZ 13.13 13.53 8.58 -
YUV 102.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 116 101 75 0 0.13 0.35 0.55 38.05 0.21 0.37
Hex 74 65 4B 0 D 23 37 26 15 25
Octal 164 145 113 0 15 43 67 46 25 45
Binary 1110100 1100101 1001011 0 1101 100011 110111 100110 10101 100101

Color Harmonies of #74654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74654B

Black with #74654B

Text Example


Text Example

White with #74654B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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