Html Css Color HEX #7F4626 Korma

📋 copy color: '#7F4626'

red 127 ◦ green 70 ◦ blue 38

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

Shades of Korma #7F4626

Tints of Korma #7F4626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 54.04%
G = 29.79%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#7F4626 (or 0x7F4626) is known color: Korma. HEX triplet: 7F, 46 and 26. RGB value is (127,70,38). Sum of RGB (Red+Green+Blue) = 127+70+38=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4626 is #80B9D9. Grayscale: #535353. Windows color (decimal): -8436186 or 2508415. OLE color: 2508415.

HSL color Cylindrical-coordinate representation of color #7F4626: hue angle of 21.57º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F4626 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 70 38 -
CMYK 0 0.45 0.70 0.50
HSL 21.57º 0.54% 0.32% -
HSV(B) 21.57º 0.7% 0.5% -
XYZ 11.29 9.03 2.98 -
YUV 83.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 127 70 38 0 0.45 0.70 0.50 21.57 0.54 0.32
Hex 7F 46 26 0 2D 46 32 16 36 20
Octal 177 106 46 0 55 106 62 26 66 40
Binary 1111111 1000110 100110 0 101101 1000110 110010 10110 110110 100000

Color Harmonies of #7F4626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4626

Black with #7F4626

Text Example


Text Example

White with #7F4626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,70,38); }

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

background-color css

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

 a { background-color: rgb(127,70,38); }

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

border-color css

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

 span { border-color: rgb(127,70,38); }

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