Html Css Color HEX #7B412E Cumin

📋 copy color: '#7B412E'

red 123 ◦ green 65 ◦ blue 46

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

Shades of Cumin #7B412E

Tints of Cumin #7B412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

 BLUE value IS 46 (18.36% from 255) = 19.66%

R = 52.56%
G = 27.78%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7B412E (or 0x7B412E) is known color: Cumin. HEX triplet: 7B, 41 and 2E. RGB value is (123,65,46). Sum of RGB (Red+Green+Blue) = 123+65+46=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B412E is #84BED1. Grayscale: #505050. Windows color (decimal): -8699602 or 3031419. OLE color: 3031419.

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

Color convert

RGB 123 65 46 -
CMYK 0 0.47 0.63 0.52
HSL 14.81º 0.46% 0.33% -
HSV(B) 14.81º 0.63% 0.48% -
XYZ 10.55 8.19 3.61 -
YUV 80.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 123 65 46 0 0.47 0.63 0.52 14.81 0.46 0.33
Hex 7B 41 2E 0 2F 3F 34 F 2E 21
Octal 173 101 56 0 57 77 64 17 56 41
Binary 1111011 1000001 101110 0 101111 111111 110100 1111 101110 100001

Color Harmonies of #7B412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B412E

Black with #7B412E

Text Example


Text Example

White with #7B412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,65,46); }

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

background-color css

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

 a { background-color: rgb(123,65,46); }

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

border-color css

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

 span { border-color: rgb(123,65,46); }

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