Html Css Color HEX #838072 Friar Grey

📋 copy color: '#838072'

red 131 ◦ green 128 ◦ blue 114

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

Shades of Friar Grey #838072

Tints of Friar Grey #838072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 35.12%
G = 34.32%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#838072 (or 0x838072) is known color: Friar Grey. HEX triplet: 83, 80 and 72. RGB value is (131,128,114). Sum of RGB (Red+Green+Blue) = 131+128+114=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #838072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838072 is #7C7F8D. Grayscale: #7F7F7F. Windows color (decimal): -8159118 or 7504003. OLE color: 7504003.

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

Color convert

RGB 131 128 114 -
CMYK 0 0.02 0.13 0.49
HSL 49.41º 0.07% 0.48% -
HSV(B) 49.41º 0.13% 0.51% -
XYZ 20.12 21.48 19.01 -
YUV 127.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 131 128 114 0 0.02 0.13 0.49 49.41 0.07 0.48
Hex 83 80 72 0 2 D 31 31 7 30
Octal 203 200 162 0 2 15 61 61 7 60
Binary 10000011 10000000 1110010 0 10 1101 110001 110001 111 110000

Color Harmonies of #838072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838072

Black with #838072

Text Example


Text Example

White with #838072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838072; }

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

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

background-color css

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

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

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

border-color css

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

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

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