Html Css Color HEX #774F2C Korma

📋 copy color: '#774F2C'

red 119 ◦ green 79 ◦ blue 44

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

Shades of Korma #774F2C

Tints of Korma #774F2C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.64%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 49.17%
G = 32.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#774F2C (or 0x774F2C) is known color: Korma. HEX triplet: 77, 4F and 2C. RGB value is (119,79,44). Sum of RGB (Red+Green+Blue) = 119+79+44=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #774F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F2C is #88B0D3. Grayscale: #575757. Windows color (decimal): -8958164 or 2903927. OLE color: 2903927.

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

Color convert

RGB 119 79 44 -
CMYK 0 0.34 0.63 0.53
HSL 28º 0.46% 0.32% -
HSV(B) 28º 0.63% 0.47% -
XYZ 10.86 9.7 3.68 -
YUV 86.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 119 79 44 0 0.34 0.63 0.53 28 0.46 0.32
Hex 77 4F 2C 0 22 3F 35 1C 2E 20
Octal 167 117 54 0 42 77 65 34 56 40
Binary 1110111 1001111 101100 0 100010 111111 110101 11100 101110 100000

Color Harmonies of #774F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F2C

Black with #774F2C

Text Example


Text Example

White with #774F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,79,44); }

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

background-color css

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

 a { background-color: rgb(119,79,44); }

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

border-color css

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

 span { border-color: rgb(119,79,44); }

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