Html Css Color HEX #7F4538 Red Robin

📋 copy color: '#7F4538'

red 127 ◦ green 69 ◦ blue 56

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

Shades of Red Robin #7F4538

Tints of Red Robin #7F4538

RGB

 RED value IS 127 (50% from 255) = 50.4%

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 50.4%
G = 27.38%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#7F4538 (or 0x7F4538) is known color: Red Robin. HEX triplet: 7F, 45 and 38. RGB value is (127,69,56). Sum of RGB (Red+Green+Blue) = 127+69+56=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4538 is #80BAC7. Grayscale: #545454. Windows color (decimal): -8436424 or 3687807. OLE color: 3687807.

HSL color Cylindrical-coordinate representation of color #7F4538: hue angle of 10.99º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F4538 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 69 56 -
CMYK 0 0.46 0.56 0.50
HSL 10.99º 0.39% 0.36% -
HSV(B) 10.99º 0.56% 0.5% -
XYZ 11.59 9.05 4.88 -
YUV 84.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 127 69 56 0 0.46 0.56 0.50 10.99 0.39 0.36
Hex 7F 45 38 0 2E 38 32 B 27 24
Octal 177 105 70 0 56 70 62 13 47 44
Binary 1111111 1000101 111000 0 101110 111000 110010 1011 100111 100100

Color Harmonies of #7F4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4538

Black with #7F4538

Text Example


Text Example

White with #7F4538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,69,56); }

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

background-color css

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

 a { background-color: rgb(127,69,56); }

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

border-color css

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

 span { border-color: rgb(127,69,56); }

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