Html Css Color HEX #7F4A2A Korma

📋 copy color: '#7F4A2A'

red 127 ◦ green 74 ◦ blue 42

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

Shades of Korma #7F4A2A

Tints of Korma #7F4A2A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

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

R = 52.26%
G = 30.45%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F4A2A (or 0x7F4A2A) is known color: Korma. HEX triplet: 7F, 4A and 2A. RGB value is (127,74,42). Sum of RGB (Red+Green+Blue) = 127+74+42=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A2A is #80B5D5. Grayscale: #565656. Windows color (decimal): -8435158 or 2771583. OLE color: 2771583.

HSL color Cylindrical-coordinate representation of color #7F4A2A: hue angle of 22.59º 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 #7F4A2A is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 74 42 -
CMYK 0 0.42 0.67 0.50
HSL 22.59º 0.5% 0.33% -
HSV(B) 22.59º 0.67% 0.5% -
XYZ 11.62 9.58 3.43 -
YUV 86.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 127 74 42 0 0.42 0.67 0.50 22.59 0.5 0.33
Hex 7F 4A 2A 0 2A 43 32 17 32 21
Octal 177 112 52 0 52 103 62 27 62 41
Binary 1111111 1001010 101010 0 101010 1000011 110010 10111 110010 100001

Color Harmonies of #7F4A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4A2A

Black with #7F4A2A

Text Example


Text Example

White with #7F4A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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