Html Css Color HEX #7B5332 Korma

📋 copy color: '#7B5332'

red 123 ◦ green 83 ◦ blue 50

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

Shades of Korma #7B5332

Tints of Korma #7B5332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

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

R = 48.05%
G = 32.42%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7B5332 (or 0x7B5332) is known color: Korma. HEX triplet: 7B, 53 and 32. RGB value is (123,83,50). Sum of RGB (Red+Green+Blue) = 123+83+50=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5332 is #84ACCD. Grayscale: #5B5B5B. Windows color (decimal): -8694990 or 3298171. OLE color: 3298171.

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

Color convert

RGB 123 83 50 -
CMYK 0 0.33 0.59 0.52
HSL 27.12º 0.42% 0.34% -
HSV(B) 27.12º 0.59% 0.48% -
XYZ 11.84 10.63 4.45 -
YUV 91.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 123 83 50 0 0.33 0.59 0.52 27.12 0.42 0.34
Hex 7B 53 32 0 21 3B 34 1B 2A 22
Octal 173 123 62 0 41 73 64 33 52 42
Binary 1111011 1010011 110010 0 100001 111011 110100 11011 101010 100010

Color Harmonies of #7B5332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5332

Black with #7B5332

Text Example


Text Example

White with #7B5332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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