Html Css Color HEX #7F5128 Korma

📋 copy color: '#7F5128'

red 127 ◦ green 81 ◦ blue 40

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

Shades of Korma #7F5128

Tints of Korma #7F5128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 51.21%
G = 32.66%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F5128 (or 0x7F5128) is known color: Korma. HEX triplet: 7F, 51 and 28. RGB value is (127,81,40). Sum of RGB (Red+Green+Blue) = 127+81+40=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5128 is #80AED7. Grayscale: #5A5A5A. Windows color (decimal): -8433368 or 2642303. OLE color: 2642303.

HSL color Cylindrical-coordinate representation of color #7F5128: hue angle of 28.28º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F5128 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 81 40 -
CMYK 0 0.36 0.69 0.50
HSL 28.28º 0.52% 0.33% -
HSV(B) 28.28º 0.69% 0.5% -
XYZ 12.08 10.55 3.41 -
YUV 90.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 127 81 40 0 0.36 0.69 0.50 28.28 0.52 0.33
Hex 7F 51 28 0 24 45 32 1C 34 21
Octal 177 121 50 0 44 105 62 34 64 41
Binary 1111111 1010001 101000 0 100100 1000101 110010 11100 110100 100001

Color Harmonies of #7F5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5128

Black with #7F5128

Text Example


Text Example

White with #7F5128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,81,40); }

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

background-color css

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

 a { background-color: rgb(127,81,40); }

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

border-color css

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

 span { border-color: rgb(127,81,40); }

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