Html Css Color HEX #7F502B Korma

📋 copy color: '#7F502B'

red 127 ◦ green 80 ◦ blue 43

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

Shades of Korma #7F502B

Tints of Korma #7F502B

RGB

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

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

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

R = 50.8%
G = 32%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F502B (or 0x7F502B) is known color: Korma. HEX triplet: 7F, 50 and 2B. RGB value is (127,80,43). Sum of RGB (Red+Green+Blue) = 127+80+43=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F502B is #80AFD4. Grayscale: #5A5A5A. Windows color (decimal): -8433621 or 2838655. OLE color: 2838655.

HSL color Cylindrical-coordinate representation of color #7F502B: hue angle of 26.43º 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 #7F502B is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 80 43 -
CMYK 0 0.37 0.66 0.50
HSL 26.43º 0.49% 0.33% -
HSV(B) 26.43º 0.66% 0.5% -
XYZ 12.06 10.42 3.66 -
YUV 89.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 127 80 43 0 0.37 0.66 0.50 26.43 0.49 0.33
Hex 7F 50 2B 0 25 42 32 1A 31 21
Octal 177 120 53 0 45 102 62 32 61 41
Binary 1111111 1010000 101011 0 100101 1000010 110010 11010 110001 100001

Color Harmonies of #7F502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F502B

Black with #7F502B

Text Example


Text Example

White with #7F502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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