Html Css Color HEX #7F512B Korma

📋 copy color: '#7F512B'

red 127 ◦ green 81 ◦ blue 43

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

Shades of Korma #7F512B

Tints of Korma #7F512B

RGB

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

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

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

R = 50.6%
G = 32.27%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F512B (or 0x7F512B) is known color: Korma. HEX triplet: 7F, 51 and 2B. RGB value is (127,81,43). Sum of RGB (Red+Green+Blue) = 127+81+43=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F512B is #80AED4. Grayscale: #5A5A5A. Windows color (decimal): -8433365 or 2838911. OLE color: 2838911.

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

Color convert

RGB 127 81 43 -
CMYK 0 0.36 0.66 0.50
HSL 27.14º 0.49% 0.33% -
HSV(B) 27.14º 0.66% 0.5% -
XYZ 12.13 10.57 3.69 -
YUV 90.42 101.24 154.09 -
System Red Green Blue C M Y K H S L
Decimal 127 81 43 0 0.36 0.66 0.50 27.14 0.49 0.33
Hex 7F 51 2B 0 24 42 32 1B 31 21
Octal 177 121 53 0 44 102 62 33 61 41
Binary 1111111 1010001 101011 0 100100 1000010 110010 11011 110001 100001

Color Harmonies of #7F512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F512B

Black with #7F512B

Text Example


Text Example

White with #7F512B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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