Html Css Color HEX #828769 Bitter

📋 copy color: '#828769'

red 130 ◦ green 135 ◦ blue 105

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

Shades of Bitter #828769

Tints of Bitter #828769

RGB

 RED value IS 130 (51.17% from 255) = 35.14%

 GREEN value IS 135 (53.13% from 255) = 36.49%

 BLUE value IS 105 (41.41% from 255) = 28.38%

R = 35.14%
G = 36.49%
B = 28.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#828769 (or 0x828769) is known color: Bitter. HEX triplet: 82, 87 and 69. RGB value is (130,135,105). Sum of RGB (Red+Green+Blue) = 130+135+105=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #828769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828769 is #7D7896. Grayscale: #828282. Windows color (decimal): -8222871 or 6915970. OLE color: 6915970.

HSL color Cylindrical-coordinate representation of color #828769: hue angle of 70º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #828769 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 135 105 -
CMYK 0.04 0 0.22 0.47
HSL 70º 0.13% 0.47% -
HSV(B) 70º 0.22% 0.53% -
XYZ 20.42 23.09 16.75 -
YUV 130.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 130 135 105 0.04 0 0.22 0.47 70 0.13 0.47
Hex 82 87 69 4 0 16 2F 46 C 2F
Octal 202 207 151 4 0 26 57 106 14 57
Binary 10000010 10000111 1101001 100 0 10110 101111 1000110 1100 101111

Color Harmonies of #828769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828769

Black with #828769

Text Example


Text Example

White with #828769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828769; }

 p { color: rgb(130,135,105); }

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

background-color css

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

 a { background-color: rgb(130,135,105); }

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

border-color css

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

 span { border-color: rgb(130,135,105); }

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