Html Css Color HEX #774732 Cumin

📋 copy color: '#774732'

red 119 ◦ green 71 ◦ blue 50

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

Shades of Cumin #774732

Tints of Cumin #774732

RGB

 RED value IS 119 (46.88% from 255) = 49.58%

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

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

R = 49.58%
G = 29.58%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#774732 (or 0x774732) is known color: Cumin. HEX triplet: 77, 47 and 32. RGB value is (119,71,50). Sum of RGB (Red+Green+Blue) = 119+71+50=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774732 is #88B8CD. Grayscale: #535353. Windows color (decimal): -8960206 or 3295095. OLE color: 3295095.

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

Color convert

RGB 119 71 50 -
CMYK 0 0.40 0.58 0.53
HSL 18.26º 0.41% 0.33% -
HSV(B) 18.26º 0.58% 0.47% -
XYZ 10.44 8.66 4.14 -
YUV 82.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 119 71 50 0 0.40 0.58 0.53 18.26 0.41 0.33
Hex 77 47 32 0 28 3A 35 12 29 21
Octal 167 107 62 0 50 72 65 22 51 41
Binary 1110111 1000111 110010 0 101000 111010 110101 10010 101001 100001

Color Harmonies of #774732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774732

Black with #774732

Text Example


Text Example

White with #774732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774732; }

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

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

background-color css

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

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

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

border-color css

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

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

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