Html Css Color HEX #775029 Korma

📋 copy color: '#775029'

red 119 ◦ green 80 ◦ blue 41

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

Shades of Korma #775029

Tints of Korma #775029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

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

R = 49.58%
G = 33.33%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#775029 (or 0x775029) is known color: Korma. HEX triplet: 77, 50 and 29. RGB value is (119,80,41). Sum of RGB (Red+Green+Blue) = 119+80+41=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #775029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775029 is #88AFD6. Grayscale: #575757. Windows color (decimal): -8957911 or 2707575. OLE color: 2707575.

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

Color convert

RGB 119 80 41 -
CMYK 0 0.33 0.66 0.53
HSL 30º 0.49% 0.31% -
HSV(B) 30º 0.66% 0.47% -
XYZ 10.88 9.82 3.42 -
YUV 87.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 119 80 41 0 0.33 0.66 0.53 30 0.49 0.31
Hex 77 50 29 0 21 42 35 1E 31 1F
Octal 167 120 51 0 41 102 65 36 61 37
Binary 1110111 1010000 101001 0 100001 1000010 110101 11110 110001 11111

Color Harmonies of #775029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775029

Black with #775029

Text Example


Text Example

White with #775029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775029; }

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

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

background-color css

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

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

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

border-color css

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

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

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