Html Css Color HEX #7B5032 Korma

📋 copy color: '#7B5032'

red 123 ◦ green 80 ◦ blue 50

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

Shades of Korma #7B5032

Tints of Korma #7B5032

RGB

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

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

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

R = 48.62%
G = 31.62%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7B5032 (or 0x7B5032) is known color: Korma. HEX triplet: 7B, 50 and 32. RGB value is (123,80,50). Sum of RGB (Red+Green+Blue) = 123+80+50=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5032 is #84AFCD. Grayscale: #595959. Windows color (decimal): -8695758 or 3297403. OLE color: 3297403.

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

Color convert

RGB 123 80 50 -
CMYK 0 0.35 0.59 0.52
HSL 24.66º 0.42% 0.34% -
HSV(B) 24.66º 0.59% 0.48% -
XYZ 11.61 10.18 4.37 -
YUV 89.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 123 80 50 0 0.35 0.59 0.52 24.66 0.42 0.34
Hex 7B 50 32 0 23 3B 34 19 2A 22
Octal 173 120 62 0 43 73 64 31 52 42
Binary 1111011 1010000 110010 0 100011 111011 110100 11001 101010 100010

Color Harmonies of #7B5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5032

Black with #7B5032

Text Example


Text Example

White with #7B5032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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