Html Css Color HEX #7B5129 Korma

📋 copy color: '#7B5129'

red 123 ◦ green 81 ◦ blue 41

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

Shades of Korma #7B5129

Tints of Korma #7B5129

RGB

 RED value IS 123 (48.44% from 255) = 50.2%

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

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 50.2%
G = 33.06%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#7B5129 (or 0x7B5129) is known color: Korma. HEX triplet: 7B, 51 and 29. RGB value is (123,81,41). Sum of RGB (Red+Green+Blue) = 123+81+41=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5129 is #84AED6. Grayscale: #595959. Windows color (decimal): -8695511 or 2707835. OLE color: 2707835.

HSL color Cylindrical-coordinate representation of color #7B5129: hue angle of 29.27º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B5129 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 81 41 -
CMYK 0 0.34 0.67 0.52
HSL 29.27º 0.5% 0.32% -
HSV(B) 29.27º 0.67% 0.48% -
XYZ 11.51 10.26 3.47 -
YUV 89 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 123 81 41 0 0.34 0.67 0.52 29.27 0.5 0.32
Hex 7B 51 29 0 22 43 34 1D 32 20
Octal 173 121 51 0 42 103 64 35 62 40
Binary 1111011 1010001 101001 0 100010 1000011 110100 11101 110010 100000

Color Harmonies of #7B5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5129

Black with #7B5129

Text Example


Text Example

White with #7B5129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,81,41); }

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

background-color css

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

 a { background-color: rgb(123,81,41); }

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

border-color css

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

 span { border-color: rgb(123,81,41); }

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