Html Css Color HEX #7B4C2F Korma

📋 copy color: '#7B4C2F'

red 123 ◦ green 76 ◦ blue 47

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

Shades of Korma #7B4C2F

Tints of Korma #7B4C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 50%
G = 30.89%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7B4C2F (or 0x7B4C2F) is known color: Korma. HEX triplet: 7B, 4C and 2F. RGB value is (123,76,47). Sum of RGB (Red+Green+Blue) = 123+76+47=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4C2F is #84B3D0. Grayscale: #565656. Windows color (decimal): -8696785 or 3099771. OLE color: 3099771.

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

Color convert

RGB 123 76 47 -
CMYK 0 0.38 0.62 0.52
HSL 22.89º 0.45% 0.33% -
HSV(B) 22.89º 0.62% 0.48% -
XYZ 11.27 9.59 3.95 -
YUV 86.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 123 76 47 0 0.38 0.62 0.52 22.89 0.45 0.33
Hex 7B 4C 2F 0 26 3E 34 17 2D 21
Octal 173 114 57 0 46 76 64 27 55 41
Binary 1111011 1001100 101111 0 100110 111110 110100 10111 101101 100001

Color Harmonies of #7B4C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4C2F

Black with #7B4C2F

Text Example


Text Example

White with #7B4C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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