Html Css Color HEX #7B3F3D Red Robin

📋 copy color: '#7B3F3D'

red 123 ◦ green 63 ◦ blue 61

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

Shades of Red Robin #7B3F3D

Tints of Red Robin #7B3F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 25.51%

 BLUE value IS 61 (24.22% from 255) = 24.7%

R = 49.8%
G = 25.51%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B3F3D (or 0x7B3F3D) is known color: Red Robin. HEX triplet: 7B, 3F and 3D. RGB value is (123,63,61). Sum of RGB (Red+Green+Blue) = 123+63+61=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3F3D is #84C0C2. Grayscale: #505050. Windows color (decimal): -8700099 or 4013947. OLE color: 4013947.

HSL color Cylindrical-coordinate representation of color #7B3F3D: hue angle of 1.94º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3F3D is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 63 61 -
CMYK 0 0.49 0.50 0.52
HSL 1.94º 0.34% 0.36% -
HSV(B) 1.94º 0.5% 0.48% -
XYZ 10.79 8.1 5.41 -
YUV 80.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 123 63 61 0 0.49 0.50 0.52 1.94 0.34 0.36
Hex 7B 3F 3D 0 31 32 34 2 22 24
Octal 173 77 75 0 61 62 64 2 42 44
Binary 1111011 111111 111101 0 110001 110010 110100 10 100010 100100

Color Harmonies of #7B3F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3F3D

Black with #7B3F3D

Text Example


Text Example

White with #7B3F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,63,61); }

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

background-color css

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

 a { background-color: rgb(123,63,61); }

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

border-color css

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

 span { border-color: rgb(123,63,61); }

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