Html Css Color HEX #7F5432 Korma

📋 copy color: '#7F5432'

red 127 ◦ green 84 ◦ blue 50

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

Shades of Korma #7F5432

Tints of Korma #7F5432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

 BLUE value IS 50 (19.92% from 255) = 19.16%

R = 48.66%
G = 32.18%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F5432 (or 0x7F5432) is known color: Korma. HEX triplet: 7F, 54 and 32. RGB value is (127,84,50). Sum of RGB (Red+Green+Blue) = 127+84+50=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5432 is #80ABCD. Grayscale: #5D5D5D. Windows color (decimal): -8432590 or 3298431. OLE color: 3298431.

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

Color convert

RGB 127 84 50 -
CMYK 0 0.34 0.61 0.50
HSL 26.49º 0.44% 0.35% -
HSV(B) 26.49º 0.61% 0.5% -
XYZ 12.5 11.08 4.5 -
YUV 92.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 127 84 50 0 0.34 0.61 0.50 26.49 0.44 0.35
Hex 7F 54 32 0 22 3D 32 1A 2C 23
Octal 177 124 62 0 42 75 62 32 54 43
Binary 1111111 1010100 110010 0 100010 111101 110010 11010 101100 100011

Color Harmonies of #7F5432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5432

Black with #7F5432

Text Example


Text Example

White with #7F5432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,84,50); }

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

background-color css

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

 a { background-color: rgb(127,84,50); }

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

border-color css

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

 span { border-color: rgb(127,84,50); }

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