Html Css Color HEX #775028 Korma

📋 copy color: '#775028'

red 119 ◦ green 80 ◦ blue 40

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

Shades of Korma #775028

Tints of Korma #775028

RGB

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

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

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

R = 49.79%
G = 33.47%
B = 16.74%

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

#775028 (or 0x775028) is known color: Korma. HEX triplet: 77, 50 and 28. RGB value is (119,80,40). Sum of RGB (Red+Green+Blue) = 119+80+40=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #775028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775028 is #88AFD7. Grayscale: #575757. Windows color (decimal): -8957912 or 2642039. OLE color: 2642039.

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

Color convert

RGB 119 80 40 -
CMYK 0 0.33 0.66 0.53
HSL 30.38º 0.5% 0.31% -
HSV(B) 30.38º 0.66% 0.47% -
XYZ 10.86 9.81 3.33 -
YUV 87.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 119 80 40 0 0.33 0.66 0.53 30.38 0.5 0.31
Hex 77 50 28 0 21 42 35 1E 32 1F
Octal 167 120 50 0 41 102 65 36 62 37
Binary 1110111 1010000 101000 0 100001 1000010 110101 11110 110010 11111

Color Harmonies of #775028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775028

Black with #775028

Text Example


Text Example

White with #775028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775028; }

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

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

background-color css

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

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

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

border-color css

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

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

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