Html Css Color HEX #77502B Korma

📋 copy color: '#77502B'

red 119 ◦ green 80 ◦ blue 43

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

Shades of Korma #77502B

Tints of Korma #77502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 49.17%
G = 33.06%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77502B (or 0x77502B) is known color: Korma. HEX triplet: 77, 50 and 2B. RGB value is (119,80,43). Sum of RGB (Red+Green+Blue) = 119+80+43=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #77502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77502B is #88AFD4. Grayscale: #575757. Windows color (decimal): -8957909 or 2838647. OLE color: 2838647.

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

Color convert

RGB 119 80 43 -
CMYK 0 0.33 0.64 0.53
HSL 29.21º 0.47% 0.32% -
HSV(B) 29.21º 0.64% 0.47% -
XYZ 10.91 9.83 3.61 -
YUV 87.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 119 80 43 0 0.33 0.64 0.53 29.21 0.47 0.32
Hex 77 50 2B 0 21 40 35 1D 2F 20
Octal 167 120 53 0 41 100 65 35 57 40
Binary 1110111 1010000 101011 0 100001 1000000 110101 11101 101111 100000

Color Harmonies of #77502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77502B

Black with #77502B

Text Example


Text Example

White with #77502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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