Html Css Color HEX #77502E Korma

📋 copy color: '#77502E'

red 119 ◦ green 80 ◦ blue 46

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

Shades of Korma #77502E

Tints of Korma #77502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 48.57%
G = 32.65%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77502E (or 0x77502E) is known color: Korma. HEX triplet: 77, 50 and 2E. RGB value is (119,80,46). Sum of RGB (Red+Green+Blue) = 119+80+46=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77502E is #88AFD1. Grayscale: #575757. Windows color (decimal): -8957906 or 3035255. OLE color: 3035255.

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

Color convert

RGB 119 80 46 -
CMYK 0 0.33 0.61 0.53
HSL 27.95º 0.44% 0.32% -
HSV(B) 27.95º 0.61% 0.47% -
XYZ 10.97 9.86 3.91 -
YUV 87.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 119 80 46 0 0.33 0.61 0.53 27.95 0.44 0.32
Hex 77 50 2E 0 21 3D 35 1C 2C 20
Octal 167 120 56 0 41 75 65 34 54 40
Binary 1110111 1010000 101110 0 100001 111101 110101 11100 101100 100000

Color Harmonies of #77502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77502E

Black with #77502E

Text Example


Text Example

White with #77502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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