Html Css Color HEX #7F826D Bitter

📋 copy color: '#7F826D'

red 127 ◦ green 130 ◦ blue 109

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

Shades of Bitter #7F826D

Tints of Bitter #7F826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 34.7%
G = 35.52%
B = 29.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#7F826D (or 0x7F826D) is known color: Bitter. HEX triplet: 7F, 82 and 6D. RGB value is (127,130,109). Sum of RGB (Red+Green+Blue) = 127+130+109=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #7F826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F826D is #807D92. Grayscale: #7E7E7E. Windows color (decimal): -8420755 or 7176831. OLE color: 7176831.

HSL color Cylindrical-coordinate representation of color #7F826D: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F826D is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 130 109 -
CMYK 0.02 0 0.16 0.49
HSL 68.57º 0.09% 0.47% -
HSV(B) 68.57º 0.16% 0.51% -
XYZ 19.5 21.58 17.61 -
YUV 126.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 127 130 109 0.02 0 0.16 0.49 68.57 0.09 0.47
Hex 7F 82 6D 2 0 10 31 45 9 2F
Octal 177 202 155 2 0 20 61 105 11 57
Binary 1111111 10000010 1101101 10 0 10000 110001 1000101 1001 101111

Color Harmonies of #7F826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F826D

Black with #7F826D

Text Example


Text Example

White with #7F826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,130,109); }

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

background-color css

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

 a { background-color: rgb(127,130,109); }

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

border-color css

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

 span { border-color: rgb(127,130,109); }

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