Html Css Color HEX #7B522F Korma

📋 copy color: '#7B522F'

red 123 ◦ green 82 ◦ blue 47

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

Shades of Korma #7B522F

Tints of Korma #7B522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 48.81%
G = 32.54%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7B522F (or 0x7B522F) is known color: Korma. HEX triplet: 7B, 52 and 2F. RGB value is (123,82,47). Sum of RGB (Red+Green+Blue) = 123+82+47=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B522F is #84ADD0. Grayscale: #5A5A5A. Windows color (decimal): -8695249 or 3101307. OLE color: 3101307.

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

Color convert

RGB 123 82 47 -
CMYK 0 0.33 0.62 0.52
HSL 27.63º 0.45% 0.33% -
HSV(B) 27.63º 0.62% 0.48% -
XYZ 11.7 10.45 4.09 -
YUV 90.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 123 82 47 0 0.33 0.62 0.52 27.63 0.45 0.33
Hex 7B 52 2F 0 21 3E 34 1C 2D 21
Octal 173 122 57 0 41 76 64 34 55 41
Binary 1111011 1010010 101111 0 100001 111110 110100 11100 101101 100001

Color Harmonies of #7B522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B522F

Black with #7B522F

Text Example


Text Example

White with #7B522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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