Html Css Color HEX #764732 Cumin

📋 copy color: '#764732'

red 118 ◦ green 71 ◦ blue 50

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

Shades of Cumin #764732

Tints of Cumin #764732

RGB

 RED value IS 118 (46.48% from 255) = 49.37%

 GREEN value IS 71 (28.13% from 255) = 29.71%

 BLUE value IS 50 (19.92% from 255) = 20.92%

R = 49.37%
G = 29.71%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#764732 (or 0x764732) is known color: Cumin. HEX triplet: 76, 47 and 32. RGB value is (118,71,50). Sum of RGB (Red+Green+Blue) = 118+71+50=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764732 is #89B8CD. Grayscale: #525252. Windows color (decimal): -9025742 or 3295094. OLE color: 3295094.

HSL color Cylindrical-coordinate representation of color #764732: hue angle of 18.53º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764732 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 50 -
CMYK 0 0.40 0.58 0.54
HSL 18.53º 0.4% 0.33% -
HSV(B) 18.53º 0.58% 0.46% -
XYZ 10.3 8.59 4.13 -
YUV 82.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 118 71 50 0 0.40 0.58 0.54 18.53 0.4 0.33
Hex 76 47 32 0 28 3A 36 13 28 21
Octal 166 107 62 0 50 72 66 23 50 41
Binary 1110110 1000111 110010 0 101000 111010 110110 10011 101000 100001

Color Harmonies of #764732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764732

Black with #764732

Text Example


Text Example

White with #764732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764732; }

 p { color: rgb(118,71,50); }

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

background-color css

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

 a { background-color: rgb(118,71,50); }

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

border-color css

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

 span { border-color: rgb(118,71,50); }

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