Html Css Color HEX #7F522B Korma

📋 copy color: '#7F522B'

red 127 ◦ green 82 ◦ blue 43

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

Shades of Korma #7F522B

Tints of Korma #7F522B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 50.4%
G = 32.54%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F522B (or 0x7F522B) is known color: Korma. HEX triplet: 7F, 52 and 2B. RGB value is (127,82,43). Sum of RGB (Red+Green+Blue) = 127+82+43=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F522B is #80ADD4. Grayscale: #5B5B5B. Windows color (decimal): -8433109 or 2839167. OLE color: 2839167.

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

Color convert

RGB 127 82 43 -
CMYK 0 0.35 0.66 0.50
HSL 27.86º 0.49% 0.33% -
HSV(B) 27.86º 0.66% 0.5% -
XYZ 12.21 10.72 3.71 -
YUV 91.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 127 82 43 0 0.35 0.66 0.50 27.86 0.49 0.33
Hex 7F 52 2B 0 23 42 32 1C 31 21
Octal 177 122 53 0 43 102 62 34 61 41
Binary 1111111 1010010 101011 0 100011 1000010 110010 11100 110001 100001

Color Harmonies of #7F522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F522B

Black with #7F522B

Text Example


Text Example

White with #7F522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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