Html Css Color HEX #774D2B Korma

📋 copy color: '#774D2B'

red 119 ◦ green 77 ◦ blue 43

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

Shades of Korma #774D2B

Tints of Korma #774D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 49.79%
G = 32.22%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#774D2B (or 0x774D2B) is known color: Korma. HEX triplet: 77, 4D and 2B. RGB value is (119,77,43). Sum of RGB (Red+Green+Blue) = 119+77+43=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #774D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D2B is #88B2D4. Grayscale: #555555. Windows color (decimal): -8958677 or 2837879. OLE color: 2837879.

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

Color convert

RGB 119 77 43 -
CMYK 0 0.35 0.64 0.53
HSL 26.84º 0.47% 0.32% -
HSV(B) 26.84º 0.64% 0.47% -
XYZ 10.7 9.4 3.54 -
YUV 85.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 119 77 43 0 0.35 0.64 0.53 26.84 0.47 0.32
Hex 77 4D 2B 0 23 40 35 1B 2F 20
Octal 167 115 53 0 43 100 65 33 57 40
Binary 1110111 1001101 101011 0 100011 1000000 110101 11011 101111 100000

Color Harmonies of #774D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D2B

Black with #774D2B

Text Example


Text Example

White with #774D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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