Html Css Color HEX #758553 Finch

📋 copy color: '#758553'

red 117 ◦ green 133 ◦ blue 83

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

Shades of Finch #758553

Tints of Finch #758553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.94%

 BLUE value IS 83 (32.81% from 255) = 24.92%

R = 35.14%
G = 39.94%
B = 24.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#758553 (or 0x758553) is known color: Finch. HEX triplet: 75, 85 and 53. RGB value is (117,133,83). Sum of RGB (Red+Green+Blue) = 117+133+83=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #758553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758553 is #8A7AAC. Grayscale: #7A7A7A. Windows color (decimal): -9075373 or 5473653. OLE color: 5473653.

HSL color Cylindrical-coordinate representation of color #758553: hue angle of 79.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758553 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 83 -
CMYK 0.12 0 0.38 0.48
HSL 79.2º 0.23% 0.42% -
HSV(B) 79.2º 0.38% 0.52% -
XYZ 17.28 21.18 11.36 -
YUV 122.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 117 133 83 0.12 0 0.38 0.48 79.2 0.23 0.42
Hex 75 85 53 C 0 26 30 4F 17 2A
Octal 165 205 123 14 0 46 60 117 27 52
Binary 1110101 10000101 1010011 1100 0 100110 110000 1001111 10111 101010

Color Harmonies of #758553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758553

Black with #758553

Text Example


Text Example

White with #758553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758553; }

 p { color: rgb(117,133,83); }

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

background-color css

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

 a { background-color: rgb(117,133,83); }

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

border-color css

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

 span { border-color: rgb(117,133,83); }

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