Html Css Color HEX #774F26 Korma

📋 copy color: '#774F26'

red 119 ◦ green 79 ◦ blue 38

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

Shades of Korma #774F26

Tints of Korma #774F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.1%

R = 50.42%
G = 33.47%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#774F26 (or 0x774F26) is known color: Korma. HEX triplet: 77, 4F and 26. RGB value is (119,79,38). Sum of RGB (Red+Green+Blue) = 119+79+38=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #774F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F26 is #88B0D9. Grayscale: #565656. Windows color (decimal): -8958170 or 2510711. OLE color: 2510711.

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

Color convert

RGB 119 79 38 -
CMYK 0 0.34 0.68 0.53
HSL 30.37º 0.52% 0.31% -
HSV(B) 30.37º 0.68% 0.47% -
XYZ 10.75 9.65 3.13 -
YUV 86.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 119 79 38 0 0.34 0.68 0.53 30.37 0.52 0.31
Hex 77 4F 26 0 22 44 35 1E 34 1F
Octal 167 117 46 0 42 104 65 36 64 37
Binary 1110111 1001111 100110 0 100010 1000100 110101 11110 110100 11111

Color Harmonies of #774F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F26

Black with #774F26

Text Example


Text Example

White with #774F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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