Html Css Color HEX #7B472F Cumin

📋 copy color: '#7B472F'

red 123 ◦ green 71 ◦ blue 47

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

Shades of Cumin #7B472F

Tints of Cumin #7B472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

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

R = 51.04%
G = 29.46%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7B472F (or 0x7B472F) is known color: Cumin. HEX triplet: 7B, 47 and 2F. RGB value is (123,71,47). Sum of RGB (Red+Green+Blue) = 123+71+47=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B472F is #84B8D0. Grayscale: #535353. Windows color (decimal): -8698065 or 3098491. OLE color: 3098491.

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

Color convert

RGB 123 71 47 -
CMYK 0 0.42 0.62 0.52
HSL 18.95º 0.45% 0.33% -
HSV(B) 18.95º 0.62% 0.48% -
XYZ 10.93 8.92 3.84 -
YUV 83.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 123 71 47 0 0.42 0.62 0.52 18.95 0.45 0.33
Hex 7B 47 2F 0 2A 3E 34 13 2D 21
Octal 173 107 57 0 52 76 64 23 55 41
Binary 1111011 1000111 101111 0 101010 111110 110100 10011 101101 100001

Color Harmonies of #7B472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B472F

Black with #7B472F

Text Example


Text Example

White with #7B472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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