Html Css Color HEX #774D2A Korma

📋 copy color: '#774D2A'

red 119 ◦ green 77 ◦ blue 42

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

Shades of Korma #774D2A

Tints of Korma #774D2A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 50%
G = 32.35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#774D2A (or 0x774D2A) is known color: Korma. HEX triplet: 77, 4D and 2A. RGB value is (119,77,42). Sum of RGB (Red+Green+Blue) = 119+77+42=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D2A is #88B2D5. Grayscale: #555555. Windows color (decimal): -8958678 or 2772343. OLE color: 2772343.

HSL color Cylindrical-coordinate representation of color #774D2A: hue angle of 27.27º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774D2A is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 42 -
CMYK 0 0.35 0.65 0.53
HSL 27.27º 0.48% 0.32% -
HSV(B) 27.27º 0.65% 0.47% -
XYZ 10.68 9.4 3.44 -
YUV 85.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 119 77 42 0 0.35 0.65 0.53 27.27 0.48 0.32
Hex 77 4D 2A 0 23 41 35 1B 30 20
Octal 167 115 52 0 43 101 65 33 60 40
Binary 1110111 1001101 101010 0 100011 1000001 110101 11011 110000 100000

Color Harmonies of #774D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D2A

Black with #774D2A

Text Example


Text Example

White with #774D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D2A; }

 p { color: rgb(119,77,42); }

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

background-color css

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

 a { background-color: rgb(119,77,42); }

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

border-color css

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

 span { border-color: rgb(119,77,42); }

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