Html Css Color HEX #838074 Friar Grey

📋 copy color: '#838074'

red 131 ◦ green 128 ◦ blue 116

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

Shades of Friar Grey #838074

Tints of Friar Grey #838074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 34.93%
G = 34.13%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#838074 (or 0x838074) is known color: Friar Grey. HEX triplet: 83, 80 and 74. RGB value is (131,128,116). Sum of RGB (Red+Green+Blue) = 131+128+116=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #838074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838074 is #7C7F8B. Grayscale: #7F7F7F. Windows color (decimal): -8159116 or 7635075. OLE color: 7635075.

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

Color convert

RGB 131 128 116 -
CMYK 0 0.02 0.11 0.49
HSL 48º 0.06% 0.48% -
HSV(B) 48º 0.11% 0.51% -
XYZ 20.23 21.52 19.61 -
YUV 127.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 131 128 116 0 0.02 0.11 0.49 48 0.06 0.48
Hex 83 80 74 0 2 B 31 30 6 30
Octal 203 200 164 0 2 13 61 60 6 60
Binary 10000011 10000000 1110100 0 10 1011 110001 110000 110 110000

Color Harmonies of #838074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838074

Black with #838074

Text Example


Text Example

White with #838074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838074; }

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

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

background-color css

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

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

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

border-color css

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

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

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