Html Css Color HEX #7F3930 Crab Apple

📋 copy color: '#7F3930'

red 127 ◦ green 57 ◦ blue 48

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

Shades of Crab Apple #7F3930

Tints of Crab Apple #7F3930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

 BLUE value IS 48 (19.14% from 255) = 20.69%

R = 54.74%
G = 24.57%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#7F3930 (or 0x7F3930) is known color: Crab Apple. HEX triplet: 7F, 39 and 30. RGB value is (127,57,48). Sum of RGB (Red+Green+Blue) = 127+57+48=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3930 is #80C6CF. Grayscale: #4D4D4D. Windows color (decimal): -8439504 or 3160447. OLE color: 3160447.

HSL color Cylindrical-coordinate representation of color #7F3930: hue angle of 6.84º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F3930 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 57 48 -
CMYK 0 0.55 0.62 0.50
HSL 6.84º 0.45% 0.34% -
HSV(B) 6.84º 0.62% 0.5% -
XYZ 10.75 7.65 3.71 -
YUV 76.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 127 57 48 0 0.55 0.62 0.50 6.84 0.45 0.34
Hex 7F 39 30 0 37 3E 32 7 2D 22
Octal 177 71 60 0 67 76 62 7 55 42
Binary 1111111 111001 110000 0 110111 111110 110010 111 101101 100010

Color Harmonies of #7F3930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3930

Black with #7F3930

Text Example


Text Example

White with #7F3930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,57,48); }

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

background-color css

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

 a { background-color: rgb(127,57,48); }

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

border-color css

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

 span { border-color: rgb(127,57,48); }

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