Html Css Color HEX #75644C Soya Bean

📋 copy color: '#75644C'

red 117 ◦ green 100 ◦ blue 76

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

Shades of Soya Bean #75644C

Tints of Soya Bean #75644C

RGB

 RED value IS 117 (46.09% from 255) = 39.93%

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 76 (30.08% from 255) = 25.94%

R = 39.93%
G = 34.13%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75644C (or 0x75644C) is known color: Soya Bean. HEX triplet: 75, 64 and 4C. RGB value is (117,100,76). Sum of RGB (Red+Green+Blue) = 117+100+76=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75644C is #8A9BB3. Grayscale: #666666. Windows color (decimal): -9083828 or 5006453. OLE color: 5006453.

HSL color Cylindrical-coordinate representation of color #75644C: hue angle of 35.12º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75644C is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 76 -
CMYK 0 0.15 0.35 0.54
HSL 35.12º 0.21% 0.38% -
HSV(B) 35.12º 0.35% 0.46% -
XYZ 13.2 13.42 8.73 -
YUV 102.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 117 100 76 0 0.15 0.35 0.54 35.12 0.21 0.38
Hex 75 64 4C 0 F 23 36 23 15 26
Octal 165 144 114 0 17 43 66 43 25 46
Binary 1110101 1100100 1001100 0 1111 100011 110110 100011 10101 100110

Color Harmonies of #75644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75644C

Black with #75644C

Text Example


Text Example

White with #75644C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,100,76); }

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

background-color css

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

 a { background-color: rgb(117,100,76); }

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

border-color css

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

 span { border-color: rgb(117,100,76); }

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