Html Css Color HEX #7F502E Korma

📋 copy color: '#7F502E'

red 127 ◦ green 80 ◦ blue 46

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

Shades of Korma #7F502E

Tints of Korma #7F502E

RGB

 RED value IS 127 (50% from 255) = 50.2%

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

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

R = 50.2%
G = 31.62%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F502E (or 0x7F502E) is known color: Korma. HEX triplet: 7F, 50 and 2E. RGB value is (127,80,46). Sum of RGB (Red+Green+Blue) = 127+80+46=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F502E is #80AFD1. Grayscale: #5A5A5A. Windows color (decimal): -8433618 or 3035263. OLE color: 3035263.

HSL color Cylindrical-coordinate representation of color #7F502E: hue angle of 25.19º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F502E is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 80 46 -
CMYK 0 0.37 0.64 0.50
HSL 25.19º 0.47% 0.34% -
HSV(B) 25.19º 0.64% 0.5% -
XYZ 12.11 10.45 3.96 -
YUV 90.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 127 80 46 0 0.37 0.64 0.50 25.19 0.47 0.34
Hex 7F 50 2E 0 25 40 32 19 2F 22
Octal 177 120 56 0 45 100 62 31 57 42
Binary 1111111 1010000 101110 0 100101 1000000 110010 11001 101111 100010

Color Harmonies of #7F502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F502E

Black with #7F502E

Text Example


Text Example

White with #7F502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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