Html Css Color HEX #757752 Finch

📋 copy color: '#757752'

red 117 ◦ green 119 ◦ blue 82

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

Shades of Finch #757752

Tints of Finch #757752

RGB

 RED value IS 117 (46.09% from 255) = 36.79%

 GREEN value IS 119 (46.88% from 255) = 37.42%

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 36.79%
G = 37.42%
B = 25.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#757752 (or 0x757752) is known color: Finch. HEX triplet: 75, 77 and 52. RGB value is (117,119,82). Sum of RGB (Red+Green+Blue) = 117+119+82=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #757752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757752 is #8A88AD. Grayscale: #727272. Windows color (decimal): -9078958 or 5404533. OLE color: 5404533.

HSL color Cylindrical-coordinate representation of color #757752: hue angle of 63.24º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757752 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 82 -
CMYK 0.02 0 0.31 0.53
HSL 63.24º 0.18% 0.39% -
HSV(B) 63.24º 0.31% 0.47% -
XYZ 15.46 17.58 10.56 -
YUV 114.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 117 119 82 0.02 0 0.31 0.53 63.24 0.18 0.39
Hex 75 77 52 2 0 1F 35 3F 12 27
Octal 165 167 122 2 0 37 65 77 22 47
Binary 1110101 1110111 1010010 10 0 11111 110101 111111 10010 100111

Color Harmonies of #757752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757752

Black with #757752

Text Example


Text Example

White with #757752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757752; }

 p { color: rgb(117,119,82); }

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

background-color css

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

 a { background-color: rgb(117,119,82); }

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

border-color css

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

 span { border-color: rgb(117,119,82); }

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