Html Css Color HEX #775129 Korma

📋 copy color: '#775129'

red 119 ◦ green 81 ◦ blue 41

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

Shades of Korma #775129

Tints of Korma #775129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.61%

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 49.38%
G = 33.61%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#775129 (or 0x775129) is known color: Korma. HEX triplet: 77, 51 and 29. RGB value is (119,81,41). Sum of RGB (Red+Green+Blue) = 119+81+41=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #775129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775129 is #88AED6. Grayscale: #585858. Windows color (decimal): -8957655 or 2707831. OLE color: 2707831.

HSL color Cylindrical-coordinate representation of color #775129: hue angle of 30.77º degrees, saturation: 0.49, 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 #775129 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 41 -
CMYK 0 0.32 0.66 0.53
HSL 30.77º 0.49% 0.31% -
HSV(B) 30.77º 0.66% 0.47% -
XYZ 10.95 9.97 3.44 -
YUV 87.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 119 81 41 0 0.32 0.66 0.53 30.77 0.49 0.31
Hex 77 51 29 0 20 42 35 1F 31 1F
Octal 167 121 51 0 40 102 65 37 61 37
Binary 1110111 1010001 101001 0 100000 1000010 110101 11111 110001 11111

Color Harmonies of #775129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775129

Black with #775129

Text Example


Text Example

White with #775129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775129; }

 p { color: rgb(119,81,41); }

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

background-color css

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

 a { background-color: rgb(119,81,41); }

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

border-color css

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

 span { border-color: rgb(119,81,41); }

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