Html Css Color HEX #838078 Friar Grey

📋 copy color: '#838078'

red 131 ◦ green 128 ◦ blue 120

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

Shades of Friar Grey #838078

Tints of Friar Grey #838078

RGB

 RED value IS 131 (51.56% from 255) = 34.56%

 GREEN value IS 128 (50.39% from 255) = 33.77%

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 34.56%
G = 33.77%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#838078 (or 0x838078) is known color: Friar Grey. HEX triplet: 83, 80 and 78. RGB value is (131,128,120). Sum of RGB (Red+Green+Blue) = 131+128+120=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 131 - color contains mainly: red. Hex color #838078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838078 is #7C7F87. Grayscale: #808080. Windows color (decimal): -8159112 or 7897219. OLE color: 7897219.

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

Color convert

RGB 131 128 120 -
CMYK 0 0.02 0.08 0.49
HSL 43.64º 0.04% 0.49% -
HSV(B) 43.64º 0.08% 0.51% -
XYZ 20.47 21.62 20.86 -
YUV 127.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 131 128 120 0 0.02 0.08 0.49 43.64 0.04 0.49
Hex 83 80 78 0 2 8 31 2C 4 31
Octal 203 200 170 0 2 10 61 54 4 61
Binary 10000011 10000000 1111000 0 10 1000 110001 101100 100 110001

Color Harmonies of #838078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838078

Black with #838078

Text Example


Text Example

White with #838078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838078; }

 p { color: rgb(131,128,120); }

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

background-color css

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

 a { background-color: rgb(131,128,120); }

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

border-color css

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

 span { border-color: rgb(131,128,120); }

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