Html Css Color HEX #7F372A Crab Apple

📋 copy color: '#7F372A'

red 127 ◦ green 55 ◦ blue 42

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

Shades of Crab Apple #7F372A

Tints of Crab Apple #7F372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.55%

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 56.7%
G = 24.55%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F372A (or 0x7F372A) is known color: Crab Apple. HEX triplet: 7F, 37 and 2A. RGB value is (127,55,42). Sum of RGB (Red+Green+Blue) = 127+55+42=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F372A is #80C8D5. Grayscale: #4B4B4B. Windows color (decimal): -8440022 or 2766719. OLE color: 2766719.

HSL color Cylindrical-coordinate representation of color #7F372A: hue angle of 9.18º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F372A is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 55 42 -
CMYK 0 0.57 0.67 0.50
HSL 9.18º 0.5% 0.33% -
HSV(B) 9.18º 0.67% 0.5% -
XYZ 10.54 7.41 3.07 -
YUV 75.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 127 55 42 0 0.57 0.67 0.50 9.18 0.5 0.33
Hex 7F 37 2A 0 39 43 32 9 32 21
Octal 177 67 52 0 71 103 62 11 62 41
Binary 1111111 110111 101010 0 111001 1000011 110010 1001 110010 100001

Color Harmonies of #7F372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F372A

Black with #7F372A

Text Example


Text Example

White with #7F372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,55,42); }

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

background-color css

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

 a { background-color: rgb(127,55,42); }

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

border-color css

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

 span { border-color: rgb(127,55,42); }

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