Html Css Color HEX #774F28 Korma

📋 copy color: '#774F28'

red 119 ◦ green 79 ◦ blue 40

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

Shades of Korma #774F28

Tints of Korma #774F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.81%

R = 50%
G = 33.19%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#774F28 (or 0x774F28) is known color: Korma. HEX triplet: 77, 4F and 28. RGB value is (119,79,40). Sum of RGB (Red+Green+Blue) = 119+79+40=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F28 is #88B0D7. Grayscale: #565656. Windows color (decimal): -8958168 or 2641783. OLE color: 2641783.

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

Color convert

RGB 119 79 40 -
CMYK 0 0.34 0.66 0.53
HSL 29.62º 0.5% 0.31% -
HSV(B) 29.62º 0.66% 0.47% -
XYZ 10.79 9.67 3.3 -
YUV 86.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 119 79 40 0 0.34 0.66 0.53 29.62 0.5 0.31
Hex 77 4F 28 0 22 42 35 1E 32 1F
Octal 167 117 50 0 42 102 65 36 62 37
Binary 1110111 1001111 101000 0 100010 1000010 110101 11110 110010 11111

Color Harmonies of #774F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F28

Black with #774F28

Text Example


Text Example

White with #774F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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