Html Css Color HEX #773D3D Red Robin

📋 copy color: '#773D3D'

red 119 ◦ green 61 ◦ blue 61

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

Shades of Red Robin #773D3D

Tints of Red Robin #773D3D

RGB

 RED value IS 119 (46.88% from 255) = 49.38%

 GREEN value IS 61 (24.22% from 255) = 25.31%

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

R = 49.38%
G = 25.31%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#773D3D (or 0x773D3D) is known color: Red Robin. HEX triplet: 77, 3D and 3D. RGB value is (119,61,61). Sum of RGB (Red+Green+Blue) = 119+61+61=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #773D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D3D is #88C2C2. Grayscale: #4E4E4E. Windows color (decimal): -8962755 or 4013431. OLE color: 4013431.

HSL color Cylindrical-coordinate representation of color #773D3D: hue angle of 0º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #773D3D is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 61 61 -
CMYK 0 0.49 0.49 0.53
HSL 0.32% 0.35% -
HSV(B) 0.49% 0.47% -
XYZ 10.12 7.6 5.35 -
YUV 78.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 119 61 61 0 0.49 0.49 0.53 0 0.32 0.35
Hex 77 3D 3D 0 31 31 35 0 20 23
Octal 167 75 75 0 61 61 65 0 40 43
Binary 1110111 111101 111101 0 110001 110001 110101 0 100000 100011

Color Harmonies of #773D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D3D

Black with #773D3D

Text Example


Text Example

White with #773D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773D3D; }

 p { color: rgb(119,61,61); }

 H1.HeaderClassName
 {
   color: #773D3D;
 }
 .AnyTagClassName
 {
   color: #773D3D;
 }
</style>

background-color css

<style>
 a { background-color: #773D3D; }

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

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

border-color css

<style>
 span { border-color: #773D3D; }

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

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