Html Css Color HEX #775030 Korma

📋 copy color: '#775030'

red 119 ◦ green 80 ◦ blue 48

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

Shades of Korma #775030

Tints of Korma #775030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 48.18%
G = 32.39%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#775030 (or 0x775030) is known color: Korma. HEX triplet: 77, 50 and 30. RGB value is (119,80,48). Sum of RGB (Red+Green+Blue) = 119+80+48=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #775030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775030 is #88AFCF. Grayscale: #585858. Windows color (decimal): -8957904 or 3166327. OLE color: 3166327.

HSL color Cylindrical-coordinate representation of color #775030: hue angle of 27.04º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #775030 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 48 -
CMYK 0 0.33 0.60 0.53
HSL 27.04º 0.43% 0.33% -
HSV(B) 27.04º 0.6% 0.47% -
XYZ 11.01 9.87 4.12 -
YUV 88.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 119 80 48 0 0.33 0.60 0.53 27.04 0.43 0.33
Hex 77 50 30 0 21 3C 35 1B 2B 21
Octal 167 120 60 0 41 74 65 33 53 41
Binary 1110111 1010000 110000 0 100001 111100 110101 11011 101011 100001

Color Harmonies of #775030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775030

Black with #775030

Text Example


Text Example

White with #775030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775030; }

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

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

background-color css

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

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

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

border-color css

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

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

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