Html Css Color HEX #7B5132 Korma

📋 copy color: '#7B5132'

red 123 ◦ green 81 ◦ blue 50

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

Shades of Korma #7B5132

Tints of Korma #7B5132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 48.43%
G = 31.89%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7B5132 (or 0x7B5132) is known color: Korma. HEX triplet: 7B, 51 and 32. RGB value is (123,81,50). Sum of RGB (Red+Green+Blue) = 123+81+50=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5132 is #84AECD. Grayscale: #5A5A5A. Windows color (decimal): -8695502 or 3297659. OLE color: 3297659.

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

Color convert

RGB 123 81 50 -
CMYK 0 0.34 0.59 0.52
HSL 25.48º 0.42% 0.34% -
HSV(B) 25.48º 0.59% 0.48% -
XYZ 11.69 10.33 4.39 -
YUV 90.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 123 81 50 0 0.34 0.59 0.52 25.48 0.42 0.34
Hex 7B 51 32 0 22 3B 34 19 2A 22
Octal 173 121 62 0 42 73 64 31 52 42
Binary 1111011 1010001 110010 0 100010 111011 110100 11001 101010 100010

Color Harmonies of #7B5132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5132

Black with #7B5132

Text Example


Text Example

White with #7B5132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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