Html Css Color HEX #7B522C Korma

📋 copy color: '#7B522C'

red 123 ◦ green 82 ◦ blue 44

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

Shades of Korma #7B522C

Tints of Korma #7B522C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 49.4%
G = 32.93%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7B522C (or 0x7B522C) is known color: Korma. HEX triplet: 7B, 52 and 2C. RGB value is (123,82,44). Sum of RGB (Red+Green+Blue) = 123+82+44=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B522C is #84ADD3. Grayscale: #5A5A5A. Windows color (decimal): -8695252 or 2904699. OLE color: 2904699.

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

Color convert

RGB 123 82 44 -
CMYK 0 0.33 0.64 0.52
HSL 28.86º 0.47% 0.33% -
HSV(B) 28.86º 0.64% 0.48% -
XYZ 11.64 10.43 3.78 -
YUV 89.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 123 82 44 0 0.33 0.64 0.52 28.86 0.47 0.33
Hex 7B 52 2C 0 21 40 34 1D 2F 21
Octal 173 122 54 0 41 100 64 35 57 41
Binary 1111011 1010010 101100 0 100001 1000000 110100 11101 101111 100001

Color Harmonies of #7B522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B522C

Black with #7B522C

Text Example


Text Example

White with #7B522C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,82,44); }

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

background-color css

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

 a { background-color: rgb(123,82,44); }

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

border-color css

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

 span { border-color: rgb(123,82,44); }

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