Html Css Color HEX #7B542F Korma

📋 copy color: '#7B542F'

red 123 ◦ green 84 ◦ blue 47

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

Shades of Korma #7B542F

Tints of Korma #7B542F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 48.43%
G = 33.07%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7B542F (or 0x7B542F) is known color: Korma. HEX triplet: 7B, 54 and 2F. RGB value is (123,84,47). Sum of RGB (Red+Green+Blue) = 123+84+47=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B542F is #84ABD0. Grayscale: #5B5B5B. Windows color (decimal): -8694737 or 3101819. OLE color: 3101819.

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

Color convert

RGB 123 84 47 -
CMYK 0 0.32 0.62 0.52
HSL 29.21º 0.45% 0.33% -
HSV(B) 29.21º 0.62% 0.48% -
XYZ 11.85 10.76 4.14 -
YUV 91.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 123 84 47 0 0.32 0.62 0.52 29.21 0.45 0.33
Hex 7B 54 2F 0 20 3E 34 1D 2D 21
Octal 173 124 57 0 40 76 64 35 55 41
Binary 1111011 1010100 101111 0 100000 111110 110100 11101 101101 100001

Color Harmonies of #7B542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B542F

Black with #7B542F

Text Example


Text Example

White with #7B542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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